From 3ae9d5f0fe27351221afd33188b49110f44159f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Mon, 30 May 2022 19:13:23 +0200 Subject: [PATCH] OAPI: add 204 No Content response to task log tail operation --- pkg/api/flamenco-openapi.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/api/flamenco-openapi.yaml b/pkg/api/flamenco-openapi.yaml index 5d53716d..dc0736c0 100644 --- a/pkg/api/flamenco-openapi.yaml +++ b/pkg/api/flamenco-openapi.yaml @@ -459,6 +459,8 @@ paths: text/plain: schema: type: string + "204": + description: Returned when the task has no log yet. default: description: Unexpected error. content: