mirror of
https://github.com/moby/moby.git
synced 2026-08-08 00:52:17 +00:00
Merge pull request #39263 from dontub/fix-api-operation-SwarmJoin
API: Change type of RemotrAddrs to array of strings in operation SwarmJoin
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user