cURL
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": [] } '
Update a single post labels.
API Key for authentication
Arrays of project IDs
Arrays of label IDs