cURL
curl --request PATCH \ --url https://dev-entitlements-api.spectertech.ai/api/v1/plan-entitlement-quota/{id} \ --header 'Content-Type: application/json' \ --data '{ "quota": 123 }'
{ "id": "<string>", "planId": "<string>", "entitlement": "<string>", "quota": 123 }
Update an existing plan entitlement quota.
Unique plan entitlement quota ID
Updated quota for the entitlement in the plan
OK - Successful update
Unique identifier of the plan entitlement quota
Unique identifier of the plan
Unique identifier of the entitlement