v1

latestOpenAPI 3.1.02026-07-26106201349.6 KB
Gateway

Update Quota

Updates a quota.

patch/v1/accounts/{account_id}/quotas/{quota_id}

Path parameters

account_idstring required

The Account Id

quota_idstring required

The Quota Id

Query parameters

allowMissingboolean

If true, and the quota does not exist, it will be created.

Request body

valuestring int64

The value of the quota being enforced. This may be lower than the max_value if the user manually lowers it.

maxValuestring int64

The maximum approved value.

usagenumber double

The usage of the quota.

updateTimestring date-time

The update time for the quota.

Response

A successful response.

namestring
valuestring int64

The value of the quota being enforced. This may be lower than the max_value if the user manually lowers it.

maxValuestring int64

The maximum approved value.

usagenumber double

The usage of the quota.

updateTimestring date-time

The update time for the quota.