Jobs

Update a job

Update job configuration. Only provided fields are changed.

patch/api/jobs/{id}

Request body

namestring
descriptionstring
cronSchedulestring

Response

Job updated

idstring uuid
namestring
descriptionstring nullable
cronSchedulestring nullable
nextRunAtstring date-time nullable
scheduledJobIdstring nullable
testCountinteger

Changes