curl --request PATCH \
--url https://platform.thena.ai/v1/tickets/sentiment/{id} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"name": "<string>",
"icon": "<string>",
"description": "<string>",
"isDefault": true
}'
This endpoint is only available for standard and enterprise tier organizations.
curl --request PATCH \
--url https://platform.thena.ai/v1/tickets/sentiment/{id} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"name": "<string>",
"icon": "<string>",
"description": "<string>",
"isDefault": true
}'
Enter your API key
User is not authenticated!