OAPI: add initial_status field in SubmittedJob

Pull request: https://projects.blender.org/studio/flamenco/pulls/104322
This commit is contained in:
David Zhang 2024-07-02 15:08:45 -04:00
parent 3b2b5c47f3
commit 6f3ba146de

@ -1867,6 +1867,7 @@ components:
Worker tag that should execute this job. When a tag ID is
given, only Workers in that tag will be scheduled to work on it.
If empty or ommitted, all workers can work on this job.
"initial_status": { $ref: "#/components/schemas/JobStatus" }
required: [name, type, priority, submitter_platform]
example:
type: "simple-blender-render"