{ "opencollection": "1.0.0", "info": { "name": "mabl Applications Environments API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Environments", "type": "folder" }, "items": [ { "info": { "name": "Get environments by workspace", "type": "http" }, "http": { "method": "GET", "url": "https://api.mabl.com/environments" }, "docs": "Get environments by workspace" }, { "info": { "name": "Create environment", "type": "http" }, "http": { "method": "POST", "url": "https://api.mabl.com/environments", "body": { "type": "json", "data": "{}" } }, "docs": "Create environment" }, { "info": { "name": "Get environment by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.mabl.com/environments/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get environment by ID" }, { "info": { "name": "Update environment", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mabl.com/environments/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update environment" }, { "info": { "name": "Remove environment", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mabl.com/environments/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Remove environment" } ] } ], "bundled": true }