{ "opencollection": "1.0.0", "info": { "name": "OutRival Ai Chat Sessions Projects Theme Configuration API", "version": "1.0" }, "items": [ { "info": { "name": "Projects Theme Configuration", "type": "folder" }, "items": [ { "info": { "name": "ThemeController_config", "type": "http" }, "http": { "method": "GET", "url": "https://api.outrival.com/rest/v2/deployments/:workflowDeploymentId/theme", "params": [ { "name": "workflowDeploymentId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } }, { "info": { "name": "ThemeController_create", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.outrival.com/rest/v2/deployments/:workflowDeploymentId/theme", "params": [ { "name": "workflowDeploymentId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } } ] } ], "bundled": true }