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

Signed-off-by: Dominic Tubach <dominic.tubach@to.com>
This commit is contained in:
Dominic Tubach 2019-05-23 15:14:34 +02:00
parent 8a208a10de
commit d5f6bdb027

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"