Fix the unnecessary parameter

Signed-off-by: Kai Qiang Wu(Kennan) <wkqwu@cn.ibm.com>
Upstream-commit: 52b944dbba74b7d2be5bcabfe6937a5578020101
Component: engine
This commit is contained in:
Kai Qiang Wu(Kennan)
2016-01-05 07:26:29 +00:00
parent 26e3049dda
commit d4f5e05d82
2 changed files with 2 additions and 2 deletions

View File

@ -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**:

View File

@ -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**: