Skip to content

Tag conversation

Request

Tag a conversation. You may only use active tags to tag conversations.

Security
ApiKeyAuth(Required scopes: conversation.tag)
Path
conversationIdinteger, (int64)required
tagIdstring, (uuid)required
PUT
/beta/conversations/{conversationId}/tags/{tagId}
curl -i -X PUT \
  'https://dev.dixa.io/beta/conversations/{conversationId}/tags/{tagId}' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

The conversation was successfully tagged

Response
No content