Update feature flag metadata
update_flagUpdate feature flag metadata—name, description, tags, or client-side visibility—without altering immutable key or type. Use this to keep flag details current before managing behavior via toggles or targeting.
Instructions
Update flag name/description/tags/clientSideVisible. Key and type are immutable. Use toggle_flag / update_targeting for behavior changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flag | Yes | Flag key or id | |
| name | No | ||
| tags | No | ||
| project | Yes | ||
| description | No | ||
| clientSideVisible | No |