PATCH
/
v1
/
tickets
/
sentiment
/
{id}
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
}'

Authorizations

x-api-key
string
header
required

Enter your API key

Path Parameters

id
string
required

Body

application/json

Response

401

User is not authenticated!