Skip to content

UpdateEntitlement (PATCH)

PATCH
/api/v1/provision/admin/entitlements/{entitlementId}
curl --request PATCH \
--url https://api.monetizeit.example/api/v1/provision/admin/entitlements/example \
--header 'Content-Type: application/json-patch+json' \
--data '[ { "operationType": 0, "path": "example", "op": "example", "from": "example", "value": "example" } ]'
  • oidc
    email profile roles
entitlementId
required
string format: uuid
Array<object>
object
operationType
integer format: int32
Allowed values: 0 1 2 3 4 5 6
path
string
op
string
from
string
value

OK