Skip to main content
Update Disposition

Overview

Update an existing disposition. Only the fields you provide will be updated; all other fields remain unchanged.

Headers

string
required
Bearer token for authentication (e.g., Bearer <your_token>).

Path Parameters

string
required
The unique identifier of the disposition to update

Request Body

string
Disposition name (max 100 characters)
string
Disposition description (max 1000 characters)
integer
Priority level from 0-1000

Response

boolean
Indicates if the request was successful
string
Response message
array
List of fields that were updated

Error Codes