Update a job

Path parameters

jobIdstringRequired
The id of the job to patch

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

X-Disable-Hooks"true"Required

Request

This endpoint expects an object.
configobjectOptional
statusenumOptional
the status of the job
progressintegerOptional
the progress of the job. Whole number between 0 and 100
outcomeAcknowledgedAtdatetimeOptional
the time that the job's outcome has been acknowledged by a user
infostringOptional
Current status of job in text
metadatamap from strings to anyOptional
Additional metadata for the job

Response

This endpoint returns an object.
dataobject
A single unit of work that will execute asynchronously