From bd9bd9612f094b13a9dff2821abf2297d6a25aef Mon Sep 17 00:00:00 2001 From: liuyamin Date: Mon, 5 Mar 2018 17:42:53 +0800 Subject: [PATCH] [api-ref] Fix 'volume_id' for in the v3/volumes-v3-volumes-actions.inc The 'volume_id' in "Revert volume to snapshot" shoud be in the path. So fix the paremeter. Change-Id: Ia3e791f82f11740533e4320d546cb0cd67942712 --- api-ref/source/v3/volumes-v3-volumes-actions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-ref/source/v3/volumes-v3-volumes-actions.inc b/api-ref/source/v3/volumes-v3-volumes-actions.inc index bd23e6333ab..2d4bbfc0135 100644 --- a/api-ref/source/v3/volumes-v3-volumes-actions.inc +++ b/api-ref/source/v3/volumes-v3-volumes-actions.inc @@ -122,7 +122,7 @@ Request .. rest_parameters:: parameters.yaml - project_id: project_id_path - - volume_id: volume_id + - volume_id: volume_id_path - revert: revert - snapshot_id: snapshot_id_4