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