---
title: "Update release ID"
method: PUT
path: "/posts/{id}/release-id"
tags: ["Posts"]
---

# Update release ID

`PUT /posts/{id}/release-id`

Updates the `releaseId` of a post that currently has its release ID set to `"missing"`. This connects the post to its actual published content on the platform, enabling analytics and statistics tracking.

Typically used after calling the **Get Missing Content** endpoint to retrieve the list of available content items.

## Path parameters

- `id` string, required

## Request body

- object
  - `releaseId` string, required — The platform-specific content ID to connect to this post

## Response `200`

Release ID updated successfully

- object
  - `id` string
  - `releaseId` string

---

[API](https://skmtc.net/postiz/apis/postiz-public-api.md) · [All operations](https://skmtc.net/postiz/apis/postiz-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/postiz/postiz-public-api/revisions/8b2952dc5357/schema)
