Fix error submitting job to Flamenco

The OpenAPI changes in e561c8080e8f47b6fe792591033be4fab6faef42 did not
sit well with the generated Python code. The worker tag is now
communicated just as UUID (so that it's the same for the `SubmittedJob`
and `Job` types).
This commit is contained in:
Sybren A. Stüvel 2024-07-30 11:01:23 +02:00
parent 786422c8af
commit 7e88ea345d

View File

@ -1915,7 +1915,6 @@ components:
description: > description: >
If job deletion was requested, this is the timestamp at which If job deletion was requested, this is the timestamp at which
that request was stored on Flamenco Manager. that request was stored on Flamenco Manager.
worker_tag: { $ref: "#/components/schemas/WorkerTag" }
required: [id, created, updated, status, activity] required: [id, created, updated, status, activity]
JobSettings: JobSettings: