Update a scheduled job
PATCH/api/v1/libraries/:library_id/jobs/:job_id
Every field is optional. timezone is tri-state: absent leaves it, null
clears it back to the server default, and a value sets it. A config whose
type differs from the job's is rejected rather than migrating the job.
Request
Responses
- 200
- 400
- 403
- 404
The updated job
Empty name, invalid schedule, or a config of the wrong type
Forbidden
Job not found, or it belongs to another library