{ "opencollection": "1.0.0", "info": { "name": "Configure8 Public REST Catalog Entities Deployments API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Deployments", "type": "folder" }, "items": [ { "info": { "name": "Record a deployment", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.configure8.io/public/v1/deployments", "body": { "type": "json", "data": "{}" } }, "docs": "Record a deployment" } ] } ], "bundled": true }