From e6f76f520b2e19a7ad87e4fca840bd27b0788c47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Mon, 1 Aug 2022 18:02:21 +0200 Subject: [PATCH] OAPI: include worker name in blocklist entries To show the blocklist on the web interface, it's nice to identify workers by their name and not just their UUID. --- 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 bffde533..43bf77a3 100644 --- a/pkg/api/flamenco-openapi.yaml +++ b/pkg/api/flamenco-openapi.yaml @@ -1674,6 +1674,7 @@ components: properties: worker_id: { type: string, format: uuid } task_type: { type: string } + worker_name: { type: string } required: [worker_id, task_type] JobStatusChange: