From 320096f0caccab6a188813640bb0577b031e1c6d Mon Sep 17 00:00:00 2001 From: Rui Yuan Dou Date: Fri, 22 Dec 2017 14:59:09 +0800 Subject: [PATCH] Add microversion and volume status limit to revert api ref doc Change-Id: I55ca72cd26e4ae1ec9428c5785af49c5b6471b4b --- api-ref/source/v3/volumes-v3-volumes-actions.inc | 5 ++++- 1 file changed, 4 insertions(+), 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 2d709e092e2..407c57b0a52 100644 --- a/api-ref/source/v3/volumes-v3-volumes-actions.inc +++ b/api-ref/source/v3/volumes-v3-volumes-actions.inc @@ -107,7 +107,10 @@ Revert volume to snapshot .. rest_method:: POST /v3/{project_id}/volumes/{volume_id}/action -Revert a volume to its latest snapshot, this API only support reverting a detached volume. +Revert a volume to its latest snapshot, this API only support reverting a detached volume, +and the volume status must be ``available``. + +Available since API microversion ``3.40``. Normal response codes: 202