{ "opencollection": "1.0.0", "info": { "name": "Tabby Server Chat Events API", "version": "0.17.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "Log a client telemetry event", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8080/v1/events", "body": { "type": "json", "data": "{}" } }, "docs": "Logs completion-acceptance and other client telemetry events so a self-hosted deployment can measure suggestion quality locally." } ] } ], "bundled": true }