From 063319b6e1b8b2b8f05988fa0b2ae7f669817765 Mon Sep 17 00:00:00 2001 From: Brian Goff Date: Mon, 1 May 2017 12:05:57 -0400 Subject: [PATCH] Add swagger spec for /info Log plugins The `Log` field for plugins was added to `/info` in 17abacb8946ed89496fcbf07a0288fafe24cb7b0 but the swagger spec was not updated. This just updates the spec to match reality. Signed-off-by: Brian Goff Upstream-commit: 146e058592b472522824ac28e4b75184eb24358b Component: engine --- components/engine/api/swagger.yaml | 4 ++++ components/engine/docs/api/version-history.md | 2 ++ 2 files changed, 6 insertions(+) diff --git a/components/engine/api/swagger.yaml b/components/engine/api/swagger.yaml index 0bd9358c1e..366853526f 100644 --- a/components/engine/api/swagger.yaml +++ b/components/engine/api/swagger.yaml @@ -5215,6 +5215,10 @@ paths: type: "array" items: type: "string" + Log: + type: "array" + items: + type: "string" ExperimentalBuild: type: "boolean" HttpProxy: diff --git a/components/engine/docs/api/version-history.md b/components/engine/docs/api/version-history.md index f6c51bcf08..85bbcf1e5d 100644 --- a/components/engine/docs/api/version-history.md +++ b/components/engine/docs/api/version-history.md @@ -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