Merge "api-ref: fix rest method error in reset group and group-snapshot status."

This commit is contained in:
Jenkins 2017-04-13 20:14:22 +00:00 committed by Gerrit Code Review
commit 22777e559e
2 changed files with 2 additions and 2 deletions

View File

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

View File

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