PATCH
/
v1
/
emojis
/
actions
/
{teamId}
/
{emojiActionId}
cURL
curl --request PATCH \
  --url https://platform.thena.ai/v1/emojis/actions/{teamId}/{emojiActionId} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "emoji": "white_check_mark",
  "action": "create_ticket"
}'
{
  "statusCode": 400,
  "message": "Team ID is required",
  "error": "Bad Request"
}

Authorizations

x-api-key
string
header
required

Enter your API key

Path Parameters

teamId
string
required
emojiActionId
string
required

Body

application/json

Response

400
application/json

Team ID is required

The response is of type any.