update_feature_flag
Update a feature flag's description, tags, owners, or rollout status to modify flag configuration.
Instructions
Update a feature flag's description, tags, or owners (partial update)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags to set — array of {name: string} or plain strings | |
| owners | No | Owners to set — array of {id, type} | |
| flag_name | Yes | The feature flag name | |
| description | No | New description | |
| workspace_id | Yes | The workspace ID | |
| rollout_status_id | No | Rollout status UUID to set (use list_rollout_statuses to discover valid IDs) |