Skip to main content
POST
Update Custom Attributes

Autorizaciones

api_access_token
string
header
requerido

Parámetros de ruta

conversation_id
string<uuid>
requerido

Conversation ID (UUID)

Cuerpo

application/json
custom_attributes
object
requerido

The custom attributes to be set for the conversation

Ejemplo:

Respuesta

Conversation custom attributes updated successfully

success
boolean
requerido
Ejemplo:

true

data
object
requerido

Updated conversation data

meta
object
requerido
message
string
requerido

Success message

Ejemplo:

"Conversation custom attributes updated successfully"