cURL
curl --request PATCH \ --url https://api.teleskop.dev/posts/{id}/sentiment \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "projects": [], "sentiment": "neutral" } '
Update a single post sentiment status.
API Key for authentication
Arrays of project IDs
Sentiment value of the post.
neutral
negative
positive