Dispatch Service
Job

Change sub status of jobs

1min
POST

API for changing sub status of an multiple jobs: | Parameter | Description | Type | Validation | |--- |--- |--- | --- | | 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

CodeDescription
200 - OKEverything worked as expected.
400 - Bad RequestThe request was unacceptable, often due to missing a required parameter.
401 - UnauthorizedNo valid API key provided.
404 - Not FoundThe requested resource doesn't exist.
Header Parameters
X-COREOS-REQUEST-ID
*
X-COREOS-TID
*
X-COREOS-ACCESS
*
X-COREOS-USERINFO
*
X-COREOS-CALLBACK-SECRET
Body Parameters
body
*
Description
Change sub status
jobs
*
_event_meta
onRequest
onError
callback
Responses
202
OK
error
*
request
*
data
400
Error Occurred
error
*
request
*
401
Error Occurred
error
*
request
*
404
Error Occurred
error
*
request
*
Curl
JS
Ruby
Python
Responses
202
400
401
404