Skip to main content
POST
Toggle Priority

Autorizações

api_access_token
string
header
obrigatório

Parâmetros de caminho

conversation_id
string<uuid>
obrigatório

Conversation ID (UUID)

Corpo

application/json
priority
enum<string>
obrigatório

The priority of the conversation

Opções disponíveis:
urgent,
high,
medium,
low,
none
Exemplo:

"high"

Resposta

Conversation priority updated successfully

success
boolean
obrigatório
Exemplo:

true

data
object
obrigatório

Updated conversation data

meta
object
obrigatório
message
string
obrigatório

Success message

Exemplo:

"Conversation priority updated successfully"