Skip to content

Tag conversation

Request

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

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

Responses

The conversation was successfully tagged

Response
No content