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."
|
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"
|
type: "string"
|
||||||
default: "all"
|
default: "all"
|
||||||
|
tags: ["Task"]
|
||||||
/secrets:
|
/secrets:
|
||||||
get:
|
get:
|
||||||
summary: "List secrets"
|
summary: "List secrets"
|
||||||
|
|
Loading…
Add table
Reference in a new issue