update_feature_control
Modify feature flag settings for a specific environment, including enabling/disabling features, changing default variants, and adjusting targeting rules.
Instructions
Update feature control settings for a specific environment. Can enable/disable the feature, change the off variant, and modify rules.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| idOrUnifiedKey | Yes | Feature ID or unified key | |
| environmentKey | Yes | Environment key | |
| enabled | No | Whether the feature is enabled in this environment | |
| offVariantKey | No | The variant to serve when the feature is disabled |