mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add swagger spec for /info Log plugins
The `Log` field for plugins was added to `/info` in
17abacb894
but the swagger spec was not
updated.
This just updates the spec to match reality.
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
This commit is contained in:
parent
f9f66f946f
commit
146e058592
2 changed files with 6 additions and 0 deletions
|
@ -5215,6 +5215,10 @@ paths:
|
|||
type: "array"
|
||||
items:
|
||||
type: "string"
|
||||
Log:
|
||||
type: "array"
|
||||
items:
|
||||
type: "string"
|
||||
ExperimentalBuild:
|
||||
type: "boolean"
|
||||
HttpProxy:
|
||||
|
|
|
@ -17,6 +17,8 @@ keywords: "API, Docker, rcli, REST, documentation"
|
|||
|
||||
[Docker Engine API v1.30](https://docs.docker.com/engine/api/v1.30/) documentation
|
||||
|
||||
* `GET /info` now returns the list of supported logging drivers, including plugins.
|
||||
|
||||
## v1.29 API changes
|
||||
|
||||
[Docker Engine API v1.29](https://docs.docker.com/engine/api/v1.29/) documentation
|
||||
|
|
Loading…
Add table
Reference in a new issue