mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #26306 from deployable/patch-1
Remote API documentation consistancy
This commit is contained in:
commit
2cce7bf33a
1 changed files with 25 additions and 25 deletions
|
@ -4037,7 +4037,7 @@ Return low-level information on the node `id`
|
|||
### Remove a node
|
||||
|
||||
|
||||
`DELETE /nodes/<id>`
|
||||
`DELETE /nodes/(id)`
|
||||
|
||||
Remove a node [`id`] from the swarm.
|
||||
|
||||
|
@ -4065,7 +4065,7 @@ Remove a node [`id`] from the swarm.
|
|||
### Update a node
|
||||
|
||||
|
||||
`POST /nodes/<id>/update`
|
||||
`POST /nodes/(id)/update`
|
||||
|
||||
Update the node `id`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue