Update a feature
Updates an existing feature’s properties such as display name, description, and configuration.
Authorizations
Server API Key
Headers
Account ID — optional when authenticating with a user JWT (Bearer token); falls back to the user's first membership. Ignored for API-key auth.
Environment ID — required when authenticating with a user JWT (Bearer token) on environment-scoped endpoints. Ignored for API-key auth (env is intrinsic to the key).
Path Parameters
The unique identifier of the entity
1 - 255Body
Partially update an existing feature. Only provided fields are updated.
The display name for the feature
255The description for the feature
255The units for the feature
255The plural units for the feature
255The additional metadata for the feature
Unit transformation to be applied to the reported usage
The configuration data for the feature
1 - 255 elementsResponse
The updated feature object.
Response object
Feature configuration object
