Browse code

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>

Dominic Tubach authored on 2019/05/23 22:14:34
Showing 1 changed files
... ...
@@ -9106,7 +9106,9 @@ paths:
9106 9106
                 type: "string"
9107 9107
               RemoteAddrs:
9108 9108
                 description: "Addresses of manager nodes already participating in the swarm."
9109
-                type: "string"
9109
+                type: "array"
9110
+                items:
9111
+                  type: "string"
9110 9112
               JoinToken:
9111 9113
                 description: "Secret token for joining this swarm."
9112 9114
                 type: "string"