{ "opencollection": "1.0.0", "info": { "name": "RapidAPI Gateway Alerts Environments API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-RapidAPI-Key", "value": "{{X-RapidAPI-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Environments", "type": "folder" }, "items": [ { "info": { "name": "List environments", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.rapidapi.com/v1/environments" }, "docs": "Retrieves all test environments with their variable configurations. Environments allow defining different variable sets for development, staging, and production." }, { "info": { "name": "Create an environment", "type": "http" }, "http": { "method": "POST", "url": "https://gateway.rapidapi.com/v1/environments", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new test environment with a set of variables that can be used across test configurations." }, { "info": { "name": "Update an environment", "type": "http" }, "http": { "method": "PUT", "url": "https://gateway.rapidapi.com/v1/environments/:environmentId", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "The unique identifier of the environment" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing test environment's name and variable set." }, { "info": { "name": "Delete an environment", "type": "http" }, "http": { "method": "DELETE", "url": "https://gateway.rapidapi.com/v1/environments/:environmentId", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "The unique identifier of the environment" } ] }, "docs": "Deletes a test environment. Tests using this environment will need to be reconfigured." } ] } ], "bundled": true }