{ "opencollection": "1.0.0", "info": { "name": "Small Improvements action-item-resource company-date-time-settings-resource API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "company-date-time-settings-resource", "type": "folder" }, "items": [ { "info": { "name": "getSettings", "type": "http" }, "http": { "method": "GET", "url": "https://app.small-improvements.com/api/v2/company-settings/:id/date-time", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ] }, "docs": "getSettings" }, { "info": { "name": "set", "type": "http" }, "http": { "method": "PUT", "url": "https://app.small-improvements.com/api/v2/company-settings/:id/date-time", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "set" } ] } ], "bundled": true }