Browse code

Fix the unnecessary parameter

Signed-off-by: Kai Qiang Wu(Kennan) <wkqwu@cn.ibm.com>

Kai Qiang Wu(Kennan) authored on 2016/01/05 16:26:29
Showing 2 changed files
... ...
@@ -2575,7 +2575,7 @@ Instruct the driver to remove the volume (`name`).
2575 2575
 
2576 2576
 **Example request**:
2577 2577
 
2578
-    DELETE /volumes/local/tardis HTTP/1.1
2578
+    DELETE /volumes/tardis HTTP/1.1
2579 2579
 
2580 2580
 **Example response**:
2581 2581
 
... ...
@@ -2814,7 +2814,7 @@ Instruct the driver to remove the volume (`name`).
2814 2814
 
2815 2815
 **Example request**:
2816 2816
 
2817
-    DELETE /volumes/local/tardis HTTP/1.1
2817
+    DELETE /volumes/tardis HTTP/1.1
2818 2818
 
2819 2819
 **Example response**:
2820 2820