update_environment
Update an existing environment's name and environment variables to reflect changes in configuration.
Instructions
Update an existing environment.
Args: project_id: ID of the project environment_id: ID of the environment to update name: Environment name (optional) env_data: Environment variables as key-value pairs (optional)
Returns: Updated environment details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| environment_id | Yes | ||
| name | No | ||
| env_data | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||