update_feature_flag
Update a feature flag's name, description, tags, variants, or version by providing the project, feature, and flag keys.
Instructions
Update a feature flag by key (WRITE). Requires feature-management:features:write scope and DT_ENABLE_WRITES.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectKey | Yes | The project key. | |
| featureKey | Yes | The feature key. | |
| flagKey | Yes | The flag key. | |
| flag | Yes | Flag update body (name, description, tags, variants, version). |