Feature flags

Create or update a feature flag override for a project

post/project_feature_flags/{feature_flag_name}

Path parameters

feature_flag_namestring required

The name of the feature flag

Request body

enabledboolean required

Whether the feature flag is enabled

Response

The created or updated FeatureFlagOverride object

feature_flag_namestring required

The name of the feature flag

enabledboolean required

Whether the feature flag is enabled

Changes