Update a feature

Updates a feature by its ID for a given app within an organization.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

ID of the app

string
required

ID of the feature

Body Params

Data to update the feature

string

The unique identifier for the feature.

string

The name of the feature.

string

The key associated with the feature.

string
enum

The type of the feature. Use "string" for multivariate (enum) features whose values are drawn from a fixed list of allowed strings.

Allowed:
string

A description of the feature.

string

The default value of the feature.

allowedValues
array of strings | null

For "string" (multivariate) features, the list of allowed enum values. Null for other types.

allowedValues
usageMetric
object
date-time

The creation timestamp of the feature.

date-time

The last update timestamp of the feature.

Responses

401

Unauthorized

404

App or feature not found

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