patch https://{base_url}/core/api/v1/dispatch-service/dispatches//multiple-participants
API for adding multiple participants to an existing dispatch: | Parameter | Description | Type |
---|---|---|---|
participants * | List of Participant IDs. | array | minLength: 1 |
*This is required.
HTTP Status Code Summary
| Code | Description |
| --- | ---- |
| 200 - OK | Everything worked as expected. |
| 400 - Bad Request | The request was unacceptable, often due to missing a required parameter. |
| 401 - Unauthorized | No valid API key provided. |
| 404 - Not Found | The requested resource doesn't exist. |