Upsert an entitlement

Creates or updates an entitlement for the application. While most resources have separate endpoints for creating and updating, entitlements have one single endpoint (the typical POST endpoint associated with creating a new resource).

Only unique name values will be saved to the database.

This endpoint will also update the embedded entitlements of any active plans, active subscriptions, or upcoming subscriptions. These updated will happen via a backend job.

Authorized scopes:

  • owner
  • admin:full
  • admin:limited
  • application:update
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The id of the application.

Body Params
string
required

The name of the entitlement. This will be stripped of all leading and trailing spaces and converted to lowercase. So WoRkOuTs will become workouts.

features
array of strings

A list of features that are included in this entitlement. These features will be displayed in the plan selection screen.

features
Headers
integer
Responses

Language
Credentials
Bearer
token
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json