From 2003db7a2606527a0ab5197506bbbff59eca6128 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 20 May 2022 16:48:55 +0200 Subject: [PATCH] OAPI: return log tail as string, not array of strings The JavaScript client cannot handle a plain array of strings. --- pkg/api/flamenco-openapi.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkg/api/flamenco-openapi.yaml b/pkg/api/flamenco-openapi.yaml index 784360f2..77570c71 100644 --- a/pkg/api/flamenco-openapi.yaml +++ b/pkg/api/flamenco-openapi.yaml @@ -444,8 +444,7 @@ paths: content: text/plain: schema: - type: array - items: { type: string } + type: string default: description: Unexpected error. content: