{ "opencollection": "1.0.0", "info": { "name": "Choreo API Management Alerts Builds API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Builds", "type": "folder" }, "items": [ { "info": { "name": "Choreo List builds", "type": "http" }, "http": { "method": "GET", "url": "https://console.choreo.dev/api/v1/organizations/:orgId/projects/:projectId/components/:componentId/builds", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "projectId", "value": "", "type": "path" }, { "name": "componentId", "value": "", "type": "path" } ] }, "docs": "Retrieve a list of builds for a component." }, { "info": { "name": "Choreo Trigger a build", "type": "http" }, "http": { "method": "POST", "url": "https://console.choreo.dev/api/v1/organizations/:orgId/projects/:projectId/components/:componentId/builds", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "projectId", "value": "", "type": "path" }, { "name": "componentId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Trigger a new build for a component." } ] } ], "bundled": true }