v1

latestOpenAPI 3.1.02026-08-04222461539.5 KB
jobs

Update a job

patch/jobs/{jobId}

Path parameters

jobIdstring required

Pipeline Job ID

The id of the job to patch

Headers

Authorizationstring required

Bearer authentication

X-Disable-Hooks'true' required

Request body

status'created' | 'planning' | 'scheduled' | 'ready' | 'executing' | 'complete' | 'failed' | 'canceled' | 'waiting'

the status of the job

progressinteger

the progress of the job. Whole number between 0 and 100

outcomeAcknowledgedAtstring date-time

the time that the job's outcome has been acknowledged by a user

infostring

Current status of job in text

metadataobject

Additional metadata for the job

Response

Response with status 200