{ "opencollection": "1.0.0", "info": { "name": "Reclaim account-time-schemes focus-settings API", "version": "0.1" }, "items": [ { "info": { "name": "focus-settings", "type": "folder" }, "items": [ { "info": { "name": "clearFocusTimeEvents", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/focus-settings/clear-focus-time-events" } }, { "info": { "name": "removeDuplicatedFocusTimeEvents", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/focus-settings/remove-duplicated-focus-time-events" } }, { "info": { "name": "findAllForTeam", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/focus-settings/team" } }, { "info": { "name": "createTeamFocusSettings", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/focus-settings/team", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "findTeamFocusSettings", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/focus-settings/team/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "patchTeamFocusSettings", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/focus-settings/team/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "findAll", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/focus-settings/user" } }, { "info": { "name": "createUserFocusSettings", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/focus-settings/user", "params": [ { "name": "notificationKey", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "fetchFocusTimeDefault", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/focus-settings/user/focus-time/default" } }, { "info": { "name": "patchUserFocusSettings", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/focus-settings/user/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "notificationKey", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }