{ "opencollection": "1.0.0", "info": { "name": "OutRival Ai Chat Sessions Project variables API", "version": "1.0" }, "items": [ { "info": { "name": "Project variables", "type": "folder" }, "items": [ { "info": { "name": "VariableController_getAllVariables", "type": "http" }, "http": { "method": "GET", "url": "https://api.outrival.com/rest/v2/projects/:projectId/variables", "params": [ { "name": "projectId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } }, { "info": { "name": "VariableController_createVariable", "type": "http" }, "http": { "method": "POST", "url": "https://api.outrival.com/rest/v2/projects/:projectId/variables", "params": [ { "name": "projectId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } }, { "info": { "name": "VariableController_updateVariable", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.outrival.com/rest/v2/projects/:projectId/variables/:variableId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "variableId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } }, { "info": { "name": "VariableController_deleteVariable", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.outrival.com/rest/v2/projects/:projectId/variables/:variableId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "variableId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } } } ] } ], "bundled": true }