Skip to content

Commit

Permalink
Merge pull request moby#39263 from dontub/fix-api-operation-SwarmJoin
Browse files Browse the repository at this point in the history
API: Change type of RemotrAddrs to array of strings in operation SwarmJoin
  • Loading branch information
cpuguy83 authored May 23, 2019
2 parents f0fe0d6 + d5f6bdb commit 5b99b33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5b99b33

Please sign in to comment.