diff --git a/api/swagger.yaml b/api/swagger.yaml index 0bd9358c1e..366853526f 100644 --- a/api/swagger.yaml +++ b/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/docs/api/version-history.md b/docs/api/version-history.md index f6c51bcf08..85bbcf1e5d 100644 --- a/docs/api/version-history.md +++ b/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