{ "opencollection": "1.0.0", "info": { "name": "Togai Apis Accounts Settings API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Settings", "type": "folder" }, "items": [ { "info": { "name": "Lists Settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.togai.com/settings", "params": [ { "name": "nextToken", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" }, { "name": "entity_type", "value": "", "type": "query" }, { "name": "entity_id", "value": "", "type": "query" }, { "name": "setting_id", "value": "", "type": "query" }, { "name": "namespace", "value": "", "type": "query" } ] }, "docs": "List settings" }, { "info": { "name": "Create a Setting", "type": "http" }, "http": { "method": "POST", "url": "https://api.togai.com/settings", "body": { "type": "json", "data": "{}" } }, "docs": "Create a setting" }, { "info": { "name": "Get a Setting", "type": "http" }, "http": { "method": "GET", "url": "https://api.togai.com/settings/:setting_id_str", "params": [ { "name": "setting_id_str", "value": "", "type": "path" } ] }, "docs": "Get a setting" }, { "info": { "name": "Update a Setting", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.togai.com/settings/:setting_id_str", "params": [ { "name": "setting_id_str", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a setting" } ] } ], "bundled": true }