Update Bruno Environment
update_environmentMerge new variable values into an existing Bruno environment while keeping all unlisted variables intact.
Instructions
Partially update an existing Bruno environment by MERGING the provided variables into the existing ones. Pre-existing variables not listed are preserved (unlike create_environment, which replaces the whole file).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the existing environment to update. | |
| variables | Yes | Variables to merge into the environment. Existing variables not listed here are kept. | |
| collectionPath | Yes | Absolute path to existing collection directory. |