Skip to main content
Update Disposition Group

Overview

Update an existing disposition group. Only the fields you provide will be updated; all other fields remain unchanged.
When updating the dispositions array, the entire array is replaced. Use the Add Dispositions or Remove Dispositions endpoints for incremental changes.

Headers

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

Path Parameters

string
required
The unique identifier of the disposition group to update

Request Body

string
Group name (max 100 characters)
string
Group description (max 1000 characters)
array
Array of disposition IDs (replaces existing list)

Response

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

Error Codes