Skip to main content
POST
Update conversation tags

Authorizations

Authorization
string
header
required

Basic authentication using base64 encoded API key and secret. Format: Authorization: Basic <base64(api_key:api_secret)>

Path Parameters

uuid
string
required

Body

application/json

Tags to add

tags
string[]
Example:
action
enum<string>

How to apply the tags. Defaults to 'set_tags' (replaces all tags) when omitted.

Available options:
set_tags,
add_tags,
remove_tags

Response

Conversation tags updated successfully

status
string
Example:

"success"

data
boolean
Example:

true