putEnvironment
Replace an entire Postman environment's variables with new values in a single request.
Instructions
Replaces all environment contents. Max size 30MB.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environmentId | Yes | Environment ID | |
| environment | No | Environment object with name and values |
Implementation Reference
- tests/test_postman.py:67-67 (registration)Test file listing 'putEnvironment' among the expected tool names that must be registered.
"putEnvironment",