{ "opencollection": "1.0.0", "info": { "name": "LinearB Public Deployments Services API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Services", "type": "folder" }, "items": [ { "info": { "name": "List services.", "type": "http" }, "http": { "method": "GET", "url": "https://public-api.linearb.io/api/v1/services" }, "docs": "List services." }, { "info": { "name": "Create services.", "type": "http" }, "http": { "method": "POST", "url": "https://public-api.linearb.io/api/v1/services", "body": { "type": "json", "data": "{}" } }, "docs": "Create services." }, { "info": { "name": "Get a service.", "type": "http" }, "http": { "method": "GET", "url": "https://public-api.linearb.io/api/v1/services/:service_id", "params": [ { "name": "service_id", "value": "", "type": "path" } ] }, "docs": "Get a service." }, { "info": { "name": "Update a service.", "type": "http" }, "http": { "method": "PUT", "url": "https://public-api.linearb.io/api/v1/services/:service_id", "params": [ { "name": "service_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a service." }, { "info": { "name": "Delete a service.", "type": "http" }, "http": { "method": "DELETE", "url": "https://public-api.linearb.io/api/v1/services/:service_id", "params": [ { "name": "service_id", "value": "", "type": "path" } ] }, "docs": "Delete a service." } ] } ], "bundled": true }