Job Management
Edit Jobs
Use this endpoint to update one or multiple jobs.
REQUEST
Compare Job API Object to see all modifiable attributes (all which are marked as RW
in the column R/W
. You are not able to change the id
of a job, but most job properties are modifiable.
Body
jobs
object
requiredObject, set field name to the id of the job to edit. The value is an obect with one or multiple fields. Follow the schema of the Job API object for the value object.
notify
boolean
default: trueSet notify:true
if you want to generate a notification in case the progress status of this job changed.
To omit creating notifications for this job modification, set notify:false
.
The notify
attribute is optional and defaults to true
.