{ "opencollection": "1.0.0", "info": { "name": "OutRival Ai Chat Sessions Nodes API", "version": "1.0" }, "items": [ { "info": { "name": "Nodes", "type": "folder" }, "items": [ { "info": { "name": "NodeController_findAll", "type": "http" }, "http": { "method": "GET", "url": "https://api.outrival.com/rest/v2/nodes", "params": [ { "name": "order", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "take", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } }, { "info": { "name": "NodeController_findOne", "type": "http" }, "http": { "method": "GET", "url": "https://api.outrival.com/rest/v2/nodes/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } }, { "info": { "name": "NodeController_update", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.outrival.com/rest/v2/nodes/: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": "NodeController_remove", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.outrival.com/rest/v2/nodes/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } }, { "info": { "name": "NodeController_duplicate", "type": "http" }, "http": { "method": "POST", "url": "https://api.outrival.com/rest/v2/nodes/duplicate/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } }, { "info": { "name": "NodeController_nodeWithConfig", "type": "http" }, "http": { "method": "GET", "url": "https://api.outrival.com/rest/v2/nodes/:id/config", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } } ] } ], "bundled": true }