Update Feature Flag
lyzr_update_feature_flagUpdate an existing feature flag's configuration, including description, visibility, accessibility, and enabled environments, plans, and roles.
Instructions
Update an existing feature flag's fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Feature flag key | |
| is_visible | No | ||
| description | No | Human-readable description | |
| is_accessible | No | ||
| enabled_for_envs | No | Environments this is enabled for, or null for all envs | |
| enabled_for_plans | No | Plans this is enabled for, or null for all plans | |
| enabled_for_roles | No | Roles this is enabled for, or null for all roles |