Fixes /swarm/join endpoint documentation

The JSON payload given in the API documentation is wrong, fixing it.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2016-06-29 11:27:22 +02:00
parent 3d231c78e8
commit 97c9491b0d
No known key found for this signature in database
GPG Key ID: 083CC6FD6EB699A3
2 changed files with 2 additions and 2 deletions

View File

@ -3663,7 +3663,7 @@ Join an existing new Swarm
{
"ListenAddr": "0.0.0.0:4500",
"RemoteAddr": "node1:4500",
"RemoteAddrs": ["node1:4500"],
"Secret": "",
"CACertHash": "",
"Manager": false

View File

@ -3664,7 +3664,7 @@ Join an existing new Swarm
{
"ListenAddr": "0.0.0.0:4500",
"RemoteAddr": "node1:4500",
"RemoteAddrs": ["node1:4500"],
"Secret": "",
"CACertHash": "",
"Manager": false