{ "opencollection": "1.0.0", "info": { "name": "APIGen Connectors Deployments API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Deployments", "type": "folder" }, "items": [ { "info": { "name": "APIGen List Deployments", "type": "http" }, "http": { "method": "GET", "url": "https://api.apigen.com/v1/projects/:projectId/apis/:apiId/deployments", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "apiId", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] }, "docs": "Returns all deployments for an API." }, { "info": { "name": "APIGen Create a Deployment", "type": "http" }, "http": { "method": "POST", "url": "https://api.apigen.com/v1/projects/:projectId/apis/:apiId/deployments", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "apiId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deploys an API to a target environment." }, { "info": { "name": "APIGen Get a Deployment", "type": "http" }, "http": { "method": "GET", "url": "https://api.apigen.com/v1/projects/:projectId/apis/:apiId/deployments/:deploymentId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "apiId", "value": "", "type": "path" }, { "name": "deploymentId", "value": "", "type": "path" } ] }, "docs": "Returns a single deployment by ID including its current status." }, { "info": { "name": "APIGen Tear Down a Deployment", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.apigen.com/v1/projects/:projectId/apis/:apiId/deployments/:deploymentId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "apiId", "value": "", "type": "path" }, { "name": "deploymentId", "value": "", "type": "path" } ] }, "docs": "Tears down a deployment and removes the API from the target environment." } ] } ], "bundled": true }