Type Alias QuotasAPI

type QuotasAPI = {
    clearCache: typeof clearCache;
    getQuota: typeof getQuota;
    getQuotas: typeof getQuotas;
}
Index

Properties

clearCache: typeof clearCache

Clears the cache for quotas api requests.

getQuota: typeof getQuota

Returns a specific quota item for the tenant (provided in JWT).

The unique identifier of the quota item. For example, "app_mem_size", "app_upload_disk_size", or "shared_spaces".

an object with query parameters

GetQuotaHttpError

getQuotas: typeof getQuotas

Returns all quota items for the tenant (provided in JWT).

an object with query parameters

GetQuotasHttpError