Update a feature flag
Updates the specified feature if the feature belongs to the specified project. Only the provided properties are updated; any feature properties left out of the request body are left untouched.
Authentication
Path parameters
Request
Type of the flag e.g. experiment, kill-switch, release, operational, permission
true if the feature is archived
If true the feature flag will be moved to the archive with a property archivedAt set to current time
true if the impression data collection is enabled for the feature
Response
Type of the flag e.g. experiment, kill-switch, release, operational, permission
true if the feature is archived
true if the feature is enabled, otherwise false.
true if the feature is stale based on the age and feature type, otherwise false.
true if the feature was favorited, otherwise false.
true if the impression data collection is enabled for the feature, otherwise false.