From 3b2f58dd2722ea0135a787ab6fe3b7a0477cdf2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 31 May 2022 15:01:42 +0200 Subject: [PATCH] OAPI: add `allWorkers` SocketIO subscription type --- pkg/api/flamenco-openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/api/flamenco-openapi.yaml b/pkg/api/flamenco-openapi.yaml index 5779a047..2f74d48f 100644 --- a/pkg/api/flamenco-openapi.yaml +++ b/pkg/api/flamenco-openapi.yaml @@ -1393,7 +1393,7 @@ components: SocketIOSubscriptionType: type: string - enum: [allJobs, job, tasklog] + enum: [allJobs, allWorkers, job, tasklog] description: What kind of thing to subscribe to / unsubscribe from. # Worker Management