{ "opencollection": "1.0.0", "info": { "name": "Fast Calls Feedback API", "version": "0.1.0" }, "items": [ { "info": { "name": "Feedback", "type": "folder" }, "items": [ { "info": { "name": "Feedback Create", "type": "http" }, "http": { "method": "POST", "url": "https://trace.wandb.ai/feedback/create", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Add feedback to a call or object." }, { "info": { "name": "Feedback Query", "type": "http" }, "http": { "method": "POST", "url": "https://trace.wandb.ai/feedback/query", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Query for feedback." }, { "info": { "name": "Feedback Purge", "type": "http" }, "http": { "method": "POST", "url": "https://trace.wandb.ai/feedback/purge", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Permanently delete feedback." }, { "info": { "name": "Feedback Replace", "type": "http" }, "http": { "method": "POST", "url": "https://trace.wandb.ai/feedback/replace", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Feedback Replace" } ] } ], "bundled": true }