Skip to main content
PATCH
Update an entitlement

Headers

x-admin-api-key
string
required

The API key to access the admin API

Path Parameters

id
string
required

Entitlement ID

Body

application/json
name
string

The name of the entitlement

Example:

"Premium Access"

code
string

The unique code for the entitlement

Example:

"PREMIUM_ACCESS"

description
string

A description of the entitlement

Example:

"Grants access to premium features"

reportable
boolean
default:false

Whether the entitlement is reportable

Example:

true

Response

Entitlement updated successfully