{ "opencollection": "1.0.0", "info": { "name": "CircleCI REST API V2 Context Project API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "Circle-Token", "value": "{{Circle-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Project", "type": "folder" }, "items": [ { "info": { "name": "Trigger a new pipeline", "type": "http" }, "http": { "method": "POST", "url": "https://circleci.com/api/v2/project/:project-slug/pipeline", "params": [ { "name": "project-slug", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Trigger a new pipeline on a project." } ] } ], "bundled": true }