{ "opencollection": "1.0.0", "info": { "name": "PureCloud Platform Agent Assistants Agent Copilot API", "version": "v2" }, "items": [ { "info": { "name": "Agent Copilot", "type": "folder" }, "items": [ { "info": { "name": "Get copilot configuration of an assistant.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/assistants/:assistantId/copilot", "params": [ { "name": "assistantId", "value": "", "type": "path", "description": "Assistant ID" } ] }, "docs": "Get copilot configuration of an assistant." }, { "info": { "name": "Update agent copilot configuration", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v2/assistants/:assistantId/copilot", "params": [ { "name": "assistantId", "value": "", "type": "path", "description": "Assistant ID" } ] }, "docs": "Update agent copilot configuration" }, { "info": { "name": "Get information about the support of features for all the languages or only for a certain language.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/assistants/copilot/featuresupport", "params": [ { "name": "language", "value": "", "type": "query", "description": "Which language are the features supported for" } ] }, "docs": "Get information about the support of features for all the languages or only for a certain language." } ] } ], "bundled": true }