update_postman_collection_variable
Updates a Postman collection variable by key with a new value. Specify the collection file, variable key, and desired value to modify.
Instructions
Update a specific variable in the Postman collection by key
Args:
file_path: The path to the Postman collection file (string)
key: The key of the variable to update (string)
new_value: The new value for the variable (string)
Returns:
The updated Postman collection data (dict)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| key | Yes | ||
| new_value | Yes |