{ "opencollection": "1.0.0", "info": { "name": "Heroku Platform Account Pipelines API", "version": "3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Pipelines", "type": "folder" }, "items": [ { "info": { "name": "List pipelines", "type": "http" }, "http": { "method": "GET", "url": "https://api.heroku.com/pipelines" }, "docs": "List pipelines" }, { "info": { "name": "Create a pipeline", "type": "http" }, "http": { "method": "POST", "url": "https://api.heroku.com/pipelines", "body": { "type": "json", "data": "{}" } }, "docs": "Create a pipeline" }, { "info": { "name": "Get pipeline info", "type": "http" }, "http": { "method": "GET", "url": "https://api.heroku.com/pipelines/:pipeline_id", "params": [ { "name": "pipeline_id", "value": "", "type": "path" } ] }, "docs": "Get pipeline info" }, { "info": { "name": "Update a pipeline", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.heroku.com/pipelines/:pipeline_id", "params": [ { "name": "pipeline_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a pipeline" }, { "info": { "name": "Delete a pipeline", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.heroku.com/pipelines/:pipeline_id", "params": [ { "name": "pipeline_id", "value": "", "type": "path" } ] }, "docs": "Delete a pipeline" }, { "info": { "name": "List pipeline couplings", "type": "http" }, "http": { "method": "GET", "url": "https://api.heroku.com/pipelines/:pipeline_id/pipeline-couplings", "params": [ { "name": "pipeline_id", "value": "", "type": "path" } ] }, "docs": "List apps coupled to a pipeline." }, { "info": { "name": "Create a pipeline coupling", "type": "http" }, "http": { "method": "POST", "url": "https://api.heroku.com/pipeline-couplings", "body": { "type": "json", "data": "{}" } }, "docs": "Create a pipeline coupling" } ] } ], "bundled": true }