Merge "api-ref: fix rest method error in reset group and group-snapshot status."
This commit is contained in:
commit
22777e559e
@ -193,7 +193,7 @@ Response Parameters
|
||||
Reset group snapshot status
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. rest_method:: PUT /v3/{project_id}/group_snapshots/{group_snapshot_id}/action
|
||||
.. rest_method:: POST /v3/{project_id}/group_snapshots/{group_snapshot_id}/action
|
||||
|
||||
Resets the status for a group snapshot. Specifies the ``reset_status`` action in the request body.
|
||||
|
||||
|
@ -261,7 +261,7 @@ Request Example
|
||||
Reset group status
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. rest_method:: PUT /v3/{project_id}/groups/{group_id}/action
|
||||
.. rest_method:: POST /v3/{project_id}/groups/{group_id}/action
|
||||
|
||||
Resets the status for a group. Specify the ``reset_status`` action in the request body.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user