mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Swagger: fix "task logs" outside of "tasks" section
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
ebc0750e9f
commit
5ccc0714f7
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue