Merge pull request #26156 from mstanleyjones/24905_swarm_noun_usage
Sanitize uses of Swarm as a proper and improper noun (Fixes #24905) Upstream-commit: 6f0502b89b29a7d23b02363d02104ec531a36e4a Component: engine
This commit is contained in:
@ -4009,7 +4009,7 @@ Return low-level information on the node `id`
|
||||
|
||||
`DELETE /nodes/<id>`
|
||||
|
||||
Remove a node [`id`] from the Swarm.
|
||||
Remove a node [`id`] from the swarm.
|
||||
|
||||
**Example request**:
|
||||
|
||||
@ -4253,7 +4253,7 @@ JSON Parameters:
|
||||
address is used. If `AdvertiseAddr` is not specified, it will be automatically detected when
|
||||
possible.
|
||||
- **RemoteAddr** – Address of any manager node already participating in the swarm.
|
||||
- **JoinToken** – Secret token for joining this Swarm.
|
||||
- **JoinToken** – Secret token for joining this swarm.
|
||||
|
||||
### Leave a swarm
|
||||
|
||||
|
||||
@ -4039,7 +4039,7 @@ Return low-level information on the node `id`
|
||||
|
||||
`DELETE /nodes/<id>`
|
||||
|
||||
Remove a node [`id`] from the Swarm.
|
||||
Remove a node [`id`] from the swarm.
|
||||
|
||||
**Example request**:
|
||||
|
||||
@ -4279,7 +4279,7 @@ JSON Parameters:
|
||||
address is used. If `AdvertiseAddr` is not specified, it will be automatically detected when
|
||||
possible.
|
||||
- **RemoteAddr** – Address of any manager node already participating in the swarm.
|
||||
- **JoinToken** – Secret token for joining this Swarm.
|
||||
- **JoinToken** – Secret token for joining this swarm.
|
||||
|
||||
### Leave a swarm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user