From 8faa968ed5d01f0ac0f67ed518fb1272504d3cc1 Mon Sep 17 00:00:00 2001 From: "zhu.boxiang" Date: Thu, 21 Apr 2022 16:54:45 +0800 Subject: [PATCH] DOC: fix the uri for share group types 1. Use group-specs instead of group_specs for share group type. 2. Use access instead of share_type_access for share group types. Change-Id: Ie5ac1b927ca4a01269f1c255cee52bdf2ebf7c69 --- api-ref/source/share-group-types.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api-ref/source/share-group-types.inc b/api-ref/source/share-group-types.inc index 1f38e4a3f3..5a1b234b5e 100644 --- a/api-ref/source/share-group-types.inc +++ b/api-ref/source/share-group-types.inc @@ -132,7 +132,7 @@ Response example List share group types extra specs ================================== -.. rest_method:: GET /v2/share-group-types/{share_group_type_id}/group_specs +.. rest_method:: GET /v2/share-group-types/{share_group_type_id}/group-specs .. versionadded:: 2.31 @@ -237,7 +237,7 @@ Response example Show share group type access details ==================================== -.. rest_method:: GET /v2/share-group-types/{share_group_type_id}/share_type_access +.. rest_method:: GET /v2/share-group-types/{share_group_type_id}/access .. versionadded:: 2.31 @@ -285,7 +285,7 @@ Response example Set extra spec for share group type =================================== -.. rest_method:: POST /v2/share-group-types/{share_group_type_id}/group_specs +.. rest_method:: POST /v2/share-group-types/{share_group_type_id}/group-specs .. versionadded:: 2.31