Skip to main content
PUT
Update quota for an entitlement

Headers

x-admin-api-key
string
required

The API key to access the admin API

Body

application/json
subscriptionId
string
required

The subscription ID

Example:

"sub_123"

entitlementCode
string
required

The entitlement code

Example:

"ent_doc"

quota
number
required

The new quota value (-1 for unlimited)

Required range: x >= -1
Example:

1000

Response

Quota updated successfully