Features

Update a feature

Updates an existing feature's properties such as display name, description, and configuration.

patch/api/v1/features/{id}

Path parameters

idstring required

The unique identifier of the entity

Request body

displayNamestring

The display name for the feature

descriptionstring

The description for the feature

featureUnitsstring

The units for the feature

featureUnitsPluralstring

The plural units for the feature

metadataobject

The additional metadata for the feature

Response

The updated feature object.

Changes