Preview what a job would change, without changing anything
POST/api/v1/libraries/:library_id/jobs/:job_id/dry-run
Plans the refresh and returns a sample of the per-series field changes it
would make. Nothing is written. configOverride plans against a config the
job does not have yet, which is what lets an editor preview an edit before
saving it; it must be of the job's own type.
Request
Responses
- 200
- 400
- 403
- 404
The planned changes
Override config is of the wrong type, or is invalid
Forbidden
Job not found, or it belongs to another library