{ "opencollection": "1.0.0", "info": { "name": "Portkey Analytics > Graphs Feedback API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-portkey-api-key", "value": "{{x-portkey-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Feedback", "type": "folder" }, "items": [ { "info": { "name": "Create new feedback", "type": "http" }, "http": { "method": "POST", "url": "https://api.portkey.ai/v1/feedback", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint allows users to submit feedback for a particular interaction or response." }, { "info": { "name": "Updates existing feedback", "type": "http" }, "http": { "method": "PUT", "url": "https://api.portkey.ai/v1/feedback/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Feedback ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint allows users to update existing feedback." } ] } ], "bundled": true }