{ "opencollection": "1.0.0", "info": { "name": "Flightcontrol Management CloudFront Environments API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Environments", "type": "folder" }, "items": [ { "info": { "name": "Create environment", "type": "http" }, "http": { "method": "POST", "url": "https://api.flightcontrol.dev/v1/projects/:projectId/environments", "params": [ { "name": "projectId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new environment in a project." }, { "info": { "name": "Edit environment", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.flightcontrol.dev/v1/projects/:projectId/environments", "params": [ { "name": "projectId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Edit an existing environment in a project." } ] } ], "bundled": true }