Update Disposition
Dispositions
Update Disposition
Update an existing disposition
Update Disposition
Overview
Update an existing disposition. Only the fields you provide will be updated; all other fields remain unchanged.Headers
Bearer token for authentication (e.g.,
Bearer <your_token>).Path Parameters
The unique identifier of the disposition to update
Request Body
Disposition name (max 100 characters)
Disposition description (max 1000 characters)
Priority level from 0-1000
Response
Indicates if the request was successful
Response message
List of fields that were updated
Error Codes
| Status | Description |
|---|---|
400 | Validation error or no valid fields provided |
401 | Unauthorized - Invalid or missing API key |
403 | Forbidden - Missing required permissions |
404 | Disposition not found |
409 | A disposition with this name already exists |
500 | Internal server error |

