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 d5f6bdb027596b44244a6ce50555664b3a5ee4a7)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Upstream-commit: d359834555628f67693cdf7eda246835b659a41c
Component: engine
This commit is contained in:
Dominic Tubach
2019-05-23 15:14:34 +02:00
committed by Sebastiaan van Stijn
parent 0e24f5bcda
commit f29ee03a99

View File

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