Skip to main content
PATCH
/
posts
/
{id}
/
labels
Update Post Labels
curl --request PATCH \
  --url https://api.teleskop.dev/posts/{id}/labels \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "projects": [],
  "labels": []
}
'

Authorizations

x-api-key
string
header
required

API Key for authentication

Path Parameters

id
string
required

Body

application/json
projects
string[]
required

Arrays of project IDs

labels
string[]
required

Arrays of label IDs

Response

200 - undefined