Merge "Add microversion and volume status limit to revert api ref doc"

This commit is contained in:
Zuul 2018-01-05 01:29:44 +00:00 committed by Gerrit Code Review
commit f216c5ea6f

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