[api-ref] Enhance quotas per share types doc

Further instructions have been added to the quota API reference,
mentioning what needs to be done in order to retrieve and modify
quotas for a given share type. The workflow is similar to the user
and the responses too, but one parameter must be different.

Change-Id: Ib613e6aabaa8707c6311ae30a02e7a68c90aba08
This commit is contained in:
silvacarloss 2023-05-26 17:15:16 -03:00
parent b3951d06dd
commit de0a0e6321

View File

@ -23,6 +23,10 @@ Provides quotas management support.
- ``replica_gigabytes`` (since API version 2.53) - ``replica_gigabytes`` (since API version 2.53)
- ``per_share_gigabytes`` (since API version 2.62) - ``per_share_gigabytes`` (since API version 2.62)
In order to manipulate share type quotas, the requests will be similar
to the examples below, except that the ``user_id={user_id}`` must be
replaced by ``share_type={share_type_name_or_id}`` in the request path.
Share groups and share group snapshots were added to quota management Share groups and share group snapshots were added to quota management
APIs in API version 2.40. APIs in API version 2.40.