From de0a0e632143d168458a34e37815c48e046ecf13 Mon Sep 17 00:00:00 2001 From: silvacarloss Date: Fri, 26 May 2023 17:15:16 -0300 Subject: [PATCH] [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 --- api-ref/source/quota-sets.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api-ref/source/quota-sets.inc b/api-ref/source/quota-sets.inc index c32c28f4a9..949a47cc76 100644 --- a/api-ref/source/quota-sets.inc +++ b/api-ref/source/quota-sets.inc @@ -23,6 +23,10 @@ Provides quotas management support. - ``replica_gigabytes`` (since API version 2.53) - ``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 APIs in API version 2.40.