{ "opencollection": "1.0.0", "info": { "name": "Spotio 2.0 Calendar Settings API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "CalendarSettings", "type": "folder" }, "items": [ { "info": { "name": "Get calendar settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.spotio2.com/api/CalendarSettings", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get calendar settings" }, { "info": { "name": "Update calendar settings", "type": "http" }, "http": { "method": "PUT", "url": "https://api.spotio2.com/api/CalendarSettings", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update calendar settings" } ] } ], "bundled": true }