Merge pull request #39263 from dontub/fix-api-operation-SwarmJoin

API: Change type of RemotrAddrs to array of strings in operation SwarmJoin
This commit is contained in:
Brian Goff 2019-05-23 13:28:46 -07:00 committed by GitHub
commit 5b99b33cfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9119,7 +9119,9 @@ paths:
type: "string"
RemoteAddrs:
description: "Addresses of manager nodes already participating in the swarm."
type: "string"
type: "array"
items:
type: "string"
JoinToken:
description: "Secret token for joining this swarm."
type: "string"