{ "opencollection": "1.0.0", "info": { "name": "AI Service Actions Webalize API", "version": "1.0.0" }, "items": [ { "info": { "name": "Webalize", "type": "folder" }, "items": [ { "info": { "name": "Webalize column names", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/storage/branch/:branchId/webalize/column-names", "params": [ { "name": "branchId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Convert an array of column names to webalize (snake_case) format." }, { "info": { "name": "Webalize column names", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/storage/webalize/column-names", "body": { "type": "json", "data": "{}" } }, "docs": "Convert an array of column names to webalize (snake_case) format." }, { "info": { "name": "Webalize display name", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/storage/branch/:branchId/webalize/display-name", "params": [ { "name": "branchId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Convert a display name to webalized format." }, { "info": { "name": "Webalize display name", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/storage/webalize/display-name", "body": { "type": "json", "data": "{}" } }, "docs": "Convert a display name to webalized format." } ] } ], "bundled": true }