Documentation updates for interactive sessions

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Upstream-commit: b8b8a9c837889c8851aade242ab1a1be0a8e7cf4
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2017-06-22 15:36:56 -07:00
parent 2bad9e6e8b
commit 3821f2cd57
2 changed files with 7 additions and 1 deletions
@@ -22,6 +22,9 @@ keywords: "API, Docker, rcli, REST, documentation"
* `POST /secrets/(name)/update` now returns status code 400 instead of 500 when updating a secret's content which is not the labels.
* `POST /nodes/(name)/update` now returns status code 400 instead of 500 when demoting last node fails.
* `GET /networks/(id or name)` now takes an optional query parameter `scope` that will filter the network based on the scope (`local`, `swarm`, or `global`).
* `POST /session` is a new endpoint that can be used for running interactive long-running protocols between client and
the daemon. This endpoint is experimental and only available if the daemon is started with experimental features
enabled.
## v1.30 API changes