From 5ccc0714f7684910065ce6dd7c0a9d6354b3f811 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 14 Jan 2019 17:04:16 +0100 Subject: [PATCH] Swagger: fix "task logs" outside of "tasks" section Signed-off-by: Sebastiaan van Stijn --- api/swagger.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/api/swagger.yaml b/api/swagger.yaml index dfc7fe744e..edf95b72de 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -9767,6 +9767,7 @@ paths: description: "Only return this number of log lines from the end of the logs. Specify as an integer or `all` to output all log lines." type: "string" default: "all" + tags: ["Task"] /secrets: get: summary: "List secrets"