Dispatch Service
Job

Update some values of custom data for a job

1min
PATCH

API for updating some of the values of custom data of an existing job:

**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. |
Path Parameters
jobId
*
Header Parameters
X-COREOS-REQUEST-ID
*
X-COREOS-TID
*
X-COREOS-ACCESS
*
X-COREOS-USERINFO
*
Body Parameters
body
*
Description
Update scheduledFor and assets of job
customData
_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