update_environment
Modify environment properties like name, color, URL, and production status in Featureflow for managing feature flag configurations.
Instructions
Update an existing environment's properties.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| idOrUnifiedKey | Yes | Environment ID or unified key | |
| name | No | New display name | |
| color | No | New color (hex code) | |
| url | No | Environment URL | |
| production | No | Whether this is a production environment |