set_environment_variable
Configure environment variables for API collections to manage different configurations like development, staging, or production settings.
Instructions
Set environment variables for a collection
Input Schema
TableJSON 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 |