Browse code

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

Signed-off-by: Dominic Tubach <dominic.tubach@to.com>

Dominic Tubach authored on 2019/05/23 22:14:34
Showing 1 changed files
... ...
@@ -9119,7 +9119,9 @@ paths:
9119 9119
                 type: "string"
9120 9120
               RemoteAddrs:
9121 9121
                 description: "Addresses of manager nodes already participating in the swarm."
9122
-                type: "string"
9122
+                type: "array"
9123
+                items:
9124
+                  type: "string"
9123 9125
               JoinToken:
9124 9126
                 description: "Secret token for joining this swarm."
9125 9127
                 type: "string"