patch https://{base_url}/core/api/v1/dispatch-service/dispatches/ref//multiple-jobs
API for adding multiple jobs to an existing dispatch: | Parameter | Description | Type |
---|---|---|---|
jobs * | List of Job 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. |