{ "opencollection": "1.0.0", "info": { "name": "Amazon Q Business Applications Data Sources API", "version": "2023-11-27" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Data Sources", "type": "folder" }, "items": [ { "info": { "name": "List Data Sources", "type": "http" }, "http": { "method": "GET", "url": "https://qbusiness.{region}.amazonaws.com/applications/:applicationId/datasources", "params": [ { "name": "applicationId", "value": "", "type": "path" }, { "name": "indexId", "value": "", "type": "query" } ] }, "docs": "Lists Amazon Q Business data sources for a retriever-based application." }, { "info": { "name": "Create Data Source", "type": "http" }, "http": { "method": "POST", "url": "https://qbusiness.{region}.amazonaws.com/applications/:applicationId/datasources", "params": [ { "name": "applicationId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a data source connector for an Amazon Q Business application." } ] } ], "bundled": true }