Skip to main content
Add Dispositions to Group

Overview

Add one or more dispositions to an existing disposition group. This is useful for incrementally building up a group without replacing the entire disposition list.
Duplicate disposition IDs are automatically ignored. If a disposition is already in the group, it won’t be added again.

Headers

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

Path Parameters

string
required
The unique identifier of the disposition group

Request Body

array
required
Array of disposition IDs to add to the group

Response

boolean
Indicates if the request was successful
string
Response message

Error Codes