{ "opencollection": "1.0.0", "info": { "name": "Amazon Q Business Applications API", "version": "2023-11-27" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "List Applications", "type": "http" }, "http": { "method": "GET", "url": "https://qbusiness.{region}.amazonaws.com/applications", "params": [ { "name": "maxResults", "value": "", "type": "query" }, { "name": "nextToken", "value": "", "type": "query" } ] }, "docs": "Lists Amazon Q Business applications." }, { "info": { "name": "Create Application", "type": "http" }, "http": { "method": "POST", "url": "https://qbusiness.{region}.amazonaws.com/applications", "body": { "type": "json", "data": "{}" } }, "docs": "Creates an Amazon Q Business application." }, { "info": { "name": "Get Application", "type": "http" }, "http": { "method": "GET", "url": "https://qbusiness.{region}.amazonaws.com/applications/:applicationId", "params": [ { "name": "applicationId", "value": "", "type": "path" } ] }, "docs": "Gets information about an Amazon Q Business application." }, { "info": { "name": "Delete Application", "type": "http" }, "http": { "method": "DELETE", "url": "https://qbusiness.{region}.amazonaws.com/applications/:applicationId", "params": [ { "name": "applicationId", "value": "", "type": "path" } ] }, "docs": "Deletes an Amazon Q Business application." } ] } ], "bundled": true }