diff --git a/cs3/storage/provider/v1beta1/provider_api.proto b/cs3/storage/provider/v1beta1/provider_api.proto index 4968f02b..cbceafbc 100644 --- a/cs3/storage/provider/v1beta1/provider_api.proto +++ b/cs3/storage/provider/v1beta1/provider_api.proto @@ -280,6 +280,9 @@ message GetQuotaRequest { // OPTIONAL. // Opaque information. cs3.types.v1beta1.Opaque opaque = 1; + // OPTIONAL. + // Limit the quota Response to the given reference + cs3.storage.provider.v1beta1.Reference ref = 2; } message GetQuotaResponse { diff --git a/docs/index.html b/docs/index.html index c01ec4b3..a66a97ba 100644 --- a/docs/index.html +++ b/docs/index.html @@ -13624,6 +13624,14 @@

GetQuotaRequest

Opaque information.

+ + ref + Reference + +

OPTIONAL. +Limit the quota Response to the given reference

+ +