Skip to main content
PATCH
/
v1
/
plan-entitlements
/
{planId}
/
{entitlementId}
Update plan entitlement limits
curl --request PATCH \
  --url https://revstack.dev/v1/plan-entitlements/{planId}/{entitlementId} \
  --header 'Content-Type: application/json' \
  --data '{
  "limit": 1
}'
null

Path Parameters

planId
string
required
Example:

"plan_abc123"

entitlementId
string
required
Example:

"ent_abc123"

Body

application/json
limit
integer
Required range: x >= 0

Response

200 - application/json

Plan entitlement limits updated

The response is of type unknown.