mirror of https://github.com/docker/docs.git
Merge pull request #19075 from HackToday/fixvoldoc
Fix the unnecessary parameter
This commit is contained in:
commit
4a4131ac1b
|
@ -2575,7 +2575,7 @@ Instruct the driver to remove the volume (`name`).
|
|||
|
||||
**Example request**:
|
||||
|
||||
DELETE /volumes/local/tardis HTTP/1.1
|
||||
DELETE /volumes/tardis HTTP/1.1
|
||||
|
||||
**Example response**:
|
||||
|
||||
|
|
|
@ -2814,7 +2814,7 @@ Instruct the driver to remove the volume (`name`).
|
|||
|
||||
**Example request**:
|
||||
|
||||
DELETE /volumes/local/tardis HTTP/1.1
|
||||
DELETE /volumes/tardis HTTP/1.1
|
||||
|
||||
**Example response**:
|
||||
|
||||
|
|
Loading…
Reference in New Issue