mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #19075 from HackToday/fixvoldoc
Fix the unnecessary parameter
This commit is contained in:
commit
4a4131ac1b
2 changed files with 2 additions and 2 deletions
|
@ -2575,7 +2575,7 @@ Instruct the driver to remove the volume (`name`).
|
||||||
|
|
||||||
**Example request**:
|
**Example request**:
|
||||||
|
|
||||||
DELETE /volumes/local/tardis HTTP/1.1
|
DELETE /volumes/tardis HTTP/1.1
|
||||||
|
|
||||||
**Example response**:
|
**Example response**:
|
||||||
|
|
||||||
|
|
|
@ -2814,7 +2814,7 @@ Instruct the driver to remove the volume (`name`).
|
||||||
|
|
||||||
**Example request**:
|
**Example request**:
|
||||||
|
|
||||||
DELETE /volumes/local/tardis HTTP/1.1
|
DELETE /volumes/tardis HTTP/1.1
|
||||||
|
|
||||||
**Example response**:
|
**Example response**:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue