{ "opencollection": "1.0.0", "info": { "name": "Sevalla Applications Pipelines API", "version": "v3" }, "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.sevalla.com/v3/pipelines", "params": [ { "name": "company", "value": "", "type": "query", "description": "The company (organization) identifier to scope the request." } ] }, "docs": "List pipelines" }, { "info": { "name": "Create a pipeline", "type": "http" }, "http": { "method": "POST", "url": "https://api.sevalla.com/v3/pipelines", "body": { "type": "json", "data": "{}" } }, "docs": "Create a pipeline" }, { "info": { "name": "Promote an application between pipeline stages", "type": "http" }, "http": { "method": "POST", "url": "https://api.sevalla.com/v3/pipelines/:id/promote", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Promote an application between pipeline stages" } ] } ], "bundled": true }