From 7753e65b03bb7f4be3d8b911b19ed227e04b3ae9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 19 May 2022 15:16:27 +0200 Subject: [PATCH] OAPI: rename the `JobUpdate` schema to `SocketIOJobUpdate` Rename `JobUpdate` to `SocketIOJobUpdate` to make it consistent with `SocketIOTaskUpdate`. Note that `TaskUpdate` exists as another schema, used by Workers to update tasks they're performing. --- pkg/api/flamenco-manager.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/api/flamenco-manager.yaml b/pkg/api/flamenco-manager.yaml index 433db898..ad2b695d 100644 --- a/pkg/api/flamenco-manager.yaml +++ b/pkg/api/flamenco-manager.yaml @@ -1217,7 +1217,7 @@ components: # the 'paths' section of this document, so some code generators may choose # to skip these. - JobUpdate: + SocketIOJobUpdate: type: object description: > Subset of a Job, sent over SocketIO when a job changes.