Updates an existing feature’s properties including name, description, and privileges. The feature code itself cannot be changed. When updating privileges, the entire privileges array is replaced - to add or remove individual privileges, you must provide the complete desired list. Changes to features automatically propagate to all plans and subscriptions using them, though assigned values remain unchanged.
Use the /v1/oauth2/token endpoint to obtain an access token and pass it as a Bearer token in the Authorization header.
The unique identifier code of the feature. This is the code that was specified when the feature was created.
Request payload for updating an existing feature. All fields are optional - only provided fields will be updated. Note that the feature code cannot be changed.
Name of the feature
255"Number of seats"
Description of the feature
600"Number of users allowed in the account"
Updated list of privileges for the feature. This replaces the entire privileges array - to add or remove individual privileges, include the complete desired list.
Feature was successfully updated with the new configuration
Complete feature object returned by the API, including all properties and server-generated fields like timestamps
Unique identifier for the feature across your entire system. This code is used when creating entitlements and should represent the feature's function (e.g., 'seats', 'api-access', 'API_STORAGE'). Allows alphanumeric characters, underscores, and hyphens.
255"USER-SEATS"
Timestamp indicating when this feature was first created in the system. Used for audit and tracking purposes.
"2023-10-01T12:00:00Z"
Customer-facing name of the feature that clearly describes what functionality or capability it provides. This name appears in billing interfaces and customer portals.
255"Number of seats"
Detailed explanation of what this feature provides, its limitations, and how it affects the customer's experience.
600"Number of users allowed in the account"
Privileges associated with this feature. Can be empty