Skip to main content
PATCH
Update Quota

Authorizations

Authorization
string
header
required

Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>

Path Parameters

account_id
string
required

The Account Id

quota_id
string
required

The Quota Id

Query Parameters

allowMissing
boolean

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

Body

application/json

The properties of the quota being updated. quota.name must be populated with the updated resource's name.

value
string<int64>

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

maxValue
string<int64>

The maximum approved value.

Response

200 - application/json

A successful response.

name
string
read-only
value
string<int64>

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

maxValue
string<int64>

The maximum approved value.

usage
number<double>
read-only

The usage of the quota.

updateTime
string<date-time>
read-only

The update time for the quota.