{ "opencollection": "1.0.0", "info": { "name": "Cube Agents ChatSettings API", "version": "1.0.0 (1.0)" }, "items": [ { "info": { "name": "ChatSettings", "type": "folder" }, "items": [ { "info": { "name": "agents_settings_retrieve", "type": "http" }, "http": { "method": "GET", "url": "https://api.cubesoftware.com/agents/settings", "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://portal.cubesoftware.com/o/authorize/", "accessTokenUrl": "https://api.cubesoftware.com/o/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Default authenticated ViewSet with standard rate limit (DEFAULT_API_RATE_LIMIT)." }, { "info": { "name": "agents_settings_update", "type": "http" }, "http": { "method": "PUT", "url": "https://api.cubesoftware.com/agents/settings", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://portal.cubesoftware.com/o/authorize/", "accessTokenUrl": "https://api.cubesoftware.com/o/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Default authenticated ViewSet with standard rate limit (DEFAULT_API_RATE_LIMIT)." }, { "info": { "name": "agents_settings_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.cubesoftware.com/agents/settings", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://portal.cubesoftware.com/o/authorize/", "accessTokenUrl": "https://api.cubesoftware.com/o/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Default authenticated ViewSet with standard rate limit (DEFAULT_API_RATE_LIMIT)." } ] } ], "bundled": true }