Update Bruno Environment
update_environmentMerge new variables into an existing Bruno environment, preserving unlisted ones for incremental updates.
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. |