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
This commit is contained in:
parent
563466f173
commit
8faa968ed5
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user