From e561c8080e8f47b6fe792591033be4fab6faef42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Mon, 29 Jul 2024 17:44:29 +0200 Subject: [PATCH] OAPI: include worker tag info when fetching job When fetching the details of a job, include the worker tag. --- 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 ad34d38d..08e7732c 100644 --- a/pkg/api/flamenco-openapi.yaml +++ b/pkg/api/flamenco-openapi.yaml @@ -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: