Skip to main content
PATCH
Update Conversation

Authorizations

api_access_token
string
header
required

Path Parameters

conversation_id
string<uuid>
required

Conversation ID (UUID)

Body

application/json
priority
enum<string>

The priority of the conversation

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

"high"

Response

Conversation updated successfully

success
boolean
required
Example:

true

data
any
required
meta
object
required
message
string
required

Success message

Example:

"Conversation updated successfully"