Features

Create a feature

Creates a new feature with the specified type, metering, and configuration.

post/api/v1/features

Request body

idstring required

The unique identifier for the feature

displayNamestring required

The display name for the feature

descriptionstring

The description for the feature

featureType'BOOLEAN' | 'NUMBER' | 'ENUM' required

The type of the feature

meterType'None' | 'FLUCTUATING' | 'INCREMENTAL'

The meter type for the feature

featureStatus'NEW' | 'SUSPENDED' | 'ACTIVE'

The status of the feature

featureUnitsstring

The units for the feature

featureUnitsPluralstring

The plural units for the feature

metadataobject

The additional metadata for the feature

Response

The newly created feature object.

Changes