{ "opencollection": "1.0.0", "info": { "name": "Small Improvements action-item-resource automations-settings-resource API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "automations-settings-resource", "type": "folder" }, "items": [ { "info": { "name": "getAutomationsSettings", "type": "http" }, "http": { "method": "GET", "url": "https://app.small-improvements.com/api/v2/automations/settings" }, "docs": "getAutomationsSettings" }, { "info": { "name": "setAutomationsSettings", "type": "http" }, "http": { "method": "POST", "url": "https://app.small-improvements.com/api/v2/automations/settings", "body": { "type": "json", "data": "{}" } }, "docs": "setAutomationsSettings" } ] } ], "bundled": true }