Skip to main content
PATCH
Partial update of an entitlement

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

code
string
required

Code of the existing plan.

Example:

"startup"

Body

application/json

Entitlement payload

entitlements
object
required

Feature entitlements with their privilege values. Each key is a feature code, and the value is an object containing privilege codes with their associated values.

Example:

Response

Entitlement updated

entitlements
object[]
required