Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 133a864

Browse files
committed
API: update docs that /session left experimental in V1.39
The `/session` endpoint left experimental in API V1.39 through 239047c2d36706f2826b0a9bc115e0a08b1c3d27 and 01c9e7082eba71cbe60ce2e47acb9aad2c83c7ef, but the API reference was not updated accordingly. This updates the API documentation to match the change. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 6756f5f378d0f4f9efbda50fabb5bfdef2e5c4a7) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 923e849f28edff2617a04de87c6c72ada5776bfb Component: engine
1 parent c153b47 commit 133a864

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

components/engine/api/swagger.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10379,9 +10379,6 @@ paths:
1037910379
description: |
1038010380
Start a new interactive session with a server. Session allows server to call back to the client for advanced capabilities.
1038110381
10382-
> **Note**: This endpoint is *experimental* and only available if the daemon is started with experimental
10383-
> features enabled. The specifications for this endpoint may still change in a future version of the API.
10384-
1038510382
### Hijacking
1038610383
1038710384
This endpoint hijacks the HTTP connection to HTTP2 transport that allows the client to expose gPRC services on that connection.
@@ -10415,4 +10412,4 @@ paths:
1041510412
description: "server error"
1041610413
schema:
1041710414
$ref: "#/definitions/ErrorResponse"
10418-
tags: ["Session (experimental)"]
10415+
tags: ["Session"]

components/engine/docs/api/version-history.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ keywords: "API, Docker, rcli, REST, documentation"
8787
* `POST /swarm/init` now accepts a `DefaultAddrPool` property to set global scope default address pool
8888
* `POST /swarm/init` now accepts a `SubnetSize` property to set global scope networks by giving the
8989
length of the subnet masks for every such network
90+
* `POST /session` (added in [V1.31](#v131-api-changes) is no longer experimental.
91+
This endpoint can be used to run interactive long-running protocols between the
92+
client and the daemon.
9093

9194
## V1.38 API changes
9295

0 commit comments

Comments
 (0)