update_environment_variables
Modify environment variables by adding, updating, or removing key-value pairs for API testing and development workflows. Supports merge or replace operations to manage configuration settings.
Instructions
Update environment variables (add/update/remove variables)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environmentId | Yes | Environment ID to update variables for | |
| variables | Yes | Variables object with key-value pairs (JSON string, object, or comma-separated key=value pairs) | |
| operation | No | Operation type: "merge" (default) to combine with existing, "replace" to overwrite all | merge |