API: Change type of RemotrAddrs to array of strings in operation SwarmJoin

Signed-off-by: Dominic Tubach <dominic.tubach@to.com>
(cherry picked from commit d5f6bdb027)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Dominic Tubach 2019-05-23 15:14:34 +02:00 committed by Sebastiaan van Stijn
parent 868d87b08e
commit 63eecadf82
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -9106,7 +9106,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"