set_environment_variable
Set environment variables for API collections. Define key-value pairs and optional descriptions to manage environment configurations.
Instructions
Set environment variables for a collection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collectionId | Yes | ID collection | |
| environmentId | No | Environment ID (optional, will be created if not exists) | |
| key | Yes | Variable name | |
| value | Yes | Variable value | |
| description | No | Variable description |