{ "opencollection": "1.0.0", "info": { "name": "Quadrillion Cloud account linear API", "version": "0.1.0" }, "items": [ { "info": { "name": "linear", "type": "folder" }, "items": [ { "info": { "name": "Linear Webhook", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/linear/webhook" }, "docs": "Receive a Linear webhook and dispatch the configured triage path.\n\nReturns ``{\"status\": \"ok\"}`` on every successfully verified event,\nincluding ones that don't match the bug-create filter — Linear should\nnot retry those. Signature/format failures return 4xx." } ] } ], "bundled": true }