{ "opencollection": "1.0.0", "info": { "name": "Mezmo Alerts Archiving Deployments API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Deployments", "type": "folder" }, "items": [ { "info": { "name": "Publish Pipeline", "type": "http" }, "http": { "method": "POST", "url": "https://api.mezmo.com/pipelines/:pipelineId/publish", "params": [ { "name": "pipelineId", "value": "", "type": "path" } ] }, "docs": "Publish Pipeline" }, { "info": { "name": "Revert Pipeline", "type": "http" }, "http": { "method": "POST", "url": "https://api.mezmo.com/pipelines/:pipelineId/revert", "params": [ { "name": "pipelineId", "value": "", "type": "path" } ] }, "docs": "Revert Pipeline" } ] } ], "bundled": true }