From 6f3ba146de4f38e41c350c19acb050ca523538da Mon Sep 17 00:00:00 2001 From: David Zhang Date: Tue, 2 Jul 2024 15:08:45 -0400 Subject: [PATCH] OAPI: add `initial_status` field in SubmittedJob Pull request: https://projects.blender.org/studio/flamenco/pulls/104322 --- pkg/api/flamenco-openapi.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/api/flamenco-openapi.yaml b/pkg/api/flamenco-openapi.yaml index 491dbd25..ad34d38d 100644 --- a/pkg/api/flamenco-openapi.yaml +++ b/pkg/api/flamenco-openapi.yaml @@ -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"