{ "opencollection": "1.0.0", "info": { "name": "Codefresh REST Access Control Contexts API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Contexts", "type": "folder" }, "items": [ { "info": { "name": "List integration contexts", "type": "http" }, "http": { "method": "GET", "url": "https://g.codefresh.io/api/contexts" }, "docs": "List integration contexts" }, { "info": { "name": "Create an integration context", "type": "http" }, "http": { "method": "POST", "url": "https://g.codefresh.io/api/contexts", "body": { "type": "json", "data": "{}" } }, "docs": "Create an integration context" } ] } ], "bundled": true }