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

Commit 2ae5cbc

Browse files
authored
Merge pull request #391 from thaJeztah/19.03_backport_session_endpoint_docs_updates
[19.03 backport] API: update docs that /session left experimental in V1.39
2 parents d9fba87 + 923e849 commit 2ae5cbc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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"]

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)