Create a scheduled job for a library
POST/api/v1/libraries/:library_id/jobs
The job's type is taken from the config variant rather than named
separately, so the two cannot disagree. A blank name is generated from the
config.
Request
Responses
- 201
- 400
- 403
- 404
The created job
Invalid cron expression, timezone, or config
Forbidden
Library not found