Skip to main content
POST
Toggle Priority

Authorizations

api_access_token
string
header
required

Path Parameters

conversation_id
string<uuid>
required

Conversation ID (UUID)

Body

application/json
priority
enum<string>
required

The priority of the conversation

Available options:
urgent,
high,
medium,
low,
none
Example:

"high"

Response

Conversation priority updated successfully

success
boolean
required
Example:

true

data
object
required

Updated conversation data

meta
object
required
message
string
required

Success message

Example:

"Conversation priority updated successfully"