1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #38566 from thaJeztah/fix_task_logs_swagger

Swagger: fix "task logs" outside of "tasks" section
This commit is contained in:
Yong Tang 2019-01-14 20:08:13 -08:00 committed by GitHub
commit a0674481ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"