cURL
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" ] }'
{ "statusCode": 400, "message": "Team ID is required", "error": "Bad Request" }
Update multiple emoji actions 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