OAPI: include worker tag info when fetching job

When fetching the details of a job, include the worker tag.
This commit is contained in:
Sybren A. Stüvel 2024-07-29 17:44:29 +02:00
parent 754ee9278e
commit e561c8080e

View File

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