Update Disposition Group
Dispositions Group
Update Disposition Group
Update an existing disposition group
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
Bearer token for authentication (e.g.,
Bearer <your_token>).Path Parameters
The unique identifier of the disposition group to update
Request Body
Group name (max 100 characters)
Group description (max 1000 characters)
Array of disposition IDs (replaces existing list)
Response
Indicates if the request was successful
Response message
List of fields that were updated
Error Codes
| Status | Description |
|---|---|
400 | Validation error, no valid fields, or invalid disposition IDs |
401 | Unauthorized - Invalid or missing API key |
403 | Forbidden - Missing required permissions |
404 | Disposition group not found |
409 | A group with this name already exists |
500 | Internal server error |

