---
title: "Record platform ID: PUT /posts/:id/release-id | Posty dokumentáció"
description: "A platformon kívül közzétett poszt azonosítójának és címének rögzítése."
canonical: https://posty.hu/en/docs/api/endpoints/platform-azonosito
source: https://posty.hu/en/docs/api/endpoints/platform-azonosito.md
---

Posts

# Record platform ID: PUT /posts/:id/release-id

A platformon kívül közzétett poszt azonosítójának és címének rögzítése.

## Path

Method and path

PUThttps://api.posty.hu/public/v1/posts/:id/release-id

Authorization

`posts:publish`

operationId

`updateReleaseId`

Records the ID and URL of the post on the platform. You need this when a post went out but the platform did not return an ID. You also need it when you published something outside Posty and still want the statistics in one place.

## Parameters

| Name | Location | Type | Required | Description |
| --- | --- | --- | --- | --- |
| id | útvonal | string | yes | The post ID in Posty. |
| releaseId | törzs | string | yes | The post ID on the platform. |

## Request

```
curl -X PUT https://api.posty.hu/public/v1/posts/clp0s7t8u9v0w1x2/release-id \
  -H "Authorization: psty_a_kulcsod" \
  -H "Content-Type: application/json" \
  -d '{ "releaseId": "1832998123456789" }'
```

Kód másolása

## Related

- [Authentication](https://posty.hu/en/docs/api/authentication): API key and scopes.
- [Errors and limits](https://posty.hu/en/docs/api/errors): error responses and rate limits.
- [All endpoints](https://posty.hu/en/docs/api/endpoints): full list.

Documentation pages

Is something missing from this page? Email [norbert@posty.hu](mailto:norbert@posty.hu) or use the form on the [Help](https://posty.hu/en/help) page.
