PATCH
/
v1
/
emojis
/
actions
/
{teamId}
curl --request PATCH \
  --url https://platform.thena.ai/v1/emojis/actions/{teamId} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "action": "create_ticket",
  "emojis": [
    "white_check_mark"
  ]
}'

Authorizations

x-api-key
string
header
required

Enter your API key

Path Parameters

teamId
string
required

Body

application/json

Response

401

User is not authenticated!