post https://{base_url}/core/api/v1/dispatch-service/jobs/sub-status
API for changing sub status of an multiple jobs: | Parameter | Description | Type |
---|---|---|---|
jobs | Jobs and Substatus. | ||
ㅤ↳JobId | Job ID. | string | minLength: 1 maxLength: 64 |
ㅤ↳subStatus | Sub status to change of given job | string | minLength: 1 maxLength: 64 |
*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. |