Skip to main content
POST
Update Custom Attributes

Authorizations

api_access_token
string
header
required

Path Parameters

conversation_id
string<uuid>
required

Conversation ID (UUID)

Body

application/json
custom_attributes
object
required

The custom attributes to be set for the conversation

Example:

Response

Conversation custom attributes updated successfully

success
boolean
required
Example:

true

data
object
required

Updated conversation data

meta
object
required
message
string
required

Success message

Example:

"Conversation custom attributes updated successfully"