{ "opencollection": "1.0.0", "info": { "name": "LinearB Public Deployments Incidents API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Incidents", "type": "folder" }, "items": [ { "info": { "name": "Create an incident.", "type": "http" }, "http": { "method": "POST", "url": "https://public-api.linearb.io/api/v1/incidents", "body": { "type": "json", "data": "{}" } }, "docs": "Uploads a custom incident report to feed change failure rate and MTTR metrics." }, { "info": { "name": "Update an incident.", "type": "http" }, "http": { "method": "PATCH", "url": "https://public-api.linearb.io/api/v1/incidents/:provider_id", "params": [ { "name": "provider_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing incident identified by its provider id." } ] } ], "bundled": true }