Add microversion and volume status limit to revert api ref doc

Change-Id: I55ca72cd26e4ae1ec9428c5785af49c5b6471b4b
This commit is contained in:
Rui Yuan Dou 2017-12-22 14:59:09 +08:00
parent 7bbc95344d
commit 320096f0ca

View File

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