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" }
Update a specific emoji action by ID for a team. This endpoint is only available for standard and enterprise tier organizations.
Enter your API key
Team ID is required
The response is of type any.
any