{ "opencollection": "1.0.0", "info": { "name": "OutRival Ai Chat Sessions Workflow Deployment API", "version": "1.0" }, "items": [ { "info": { "name": "Workflow Deployment", "type": "folder" }, "items": [ { "info": { "name": "WorkflowDeploymentController_projectWorkflowDeployment", "type": "http" }, "http": { "method": "GET", "url": "https://api.outrival.com/rest/v2/deployments/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } }, { "info": { "name": "WorkflowDeploymentController_updateWorkflowDeployment", "type": "http" }, "http": { "method": "POST", "url": "https://api.outrival.com/rest/v2/deployments/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } }, { "info": { "name": "WorkflowDeploymentController_deleteWorkflowDeployment", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.outrival.com/rest/v2/deployments/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } }, { "info": { "name": "WorkflowDeploymentController_createWorkflowDeployment", "type": "http" }, "http": { "method": "POST", "url": "https://api.outrival.com/rest/v2/deployments", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } } ] } ], "bundled": true }