{ "opencollection": "1.0.0", "info": { "name": "kapa.ai Query Analytics Feedback API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Feedback", "type": "folder" }, "items": [ { "info": { "name": "Upsert feedback", "type": "http" }, "http": { "method": "POST", "url": "https://api.kapa.ai/query/v1/feedback", "body": { "type": "json", "data": "{}" } }, "docs": "Submit or update feedback (a reaction and optional comment) on a specific question/answer using its question_answer_id." } ] } ], "bundled": true }