{ "opencollection": "1.0.0", "info": { "name": "Reclaim account-time-schemes Admin API", "version": "0.1" }, "items": [ { "info": { "name": "Admin", "type": "folder" }, "items": [ { "info": { "name": "admin_createUser", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/admin/users", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "admin_deleteUser", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/admin/users/:username", "params": [ { "name": "username", "value": "", "type": "path" } ] } }, { "info": { "name": "admin_listAccounts", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/admin/users/:username/accounts", "params": [ { "name": "username", "value": "", "type": "path" } ] } }, { "info": { "name": "admin_createAccount", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/admin/users/:username/accounts", "params": [ { "name": "username", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "admin_switchMainAccount", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/admin/users/:username/accounts/:accountId/main", "params": [ { "name": "username", "value": "", "type": "path" }, { "name": "accountId", "value": "", "type": "path" } ] } }, { "info": { "name": "admin_getCalendarSyncs", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/admin/users/:username/calendar-syncs", "params": [ { "name": "username", "value": "", "type": "path" } ] } }, { "info": { "name": "admin_createCalendarSync", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/admin/users/:username/calendar-syncs", "params": [ { "name": "username", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "admin_patchSync", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/admin/users/:username/calendar-syncs/:sourceId/to/:targetId", "params": [ { "name": "username", "value": "", "type": "path" }, { "name": "sourceId", "value": "", "type": "path" }, { "name": "targetId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "admin_deleteSync", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/admin/users/:username/calendar-syncs/:sourceId/to/:targetId", "params": [ { "name": "username", "value": "", "type": "path" }, { "name": "sourceId", "value": "", "type": "path" }, { "name": "targetId", "value": "", "type": "path" } ] } }, { "info": { "name": "admin_patchOrgMetadata", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/admin/users/:username/orgMetadata", "params": [ { "name": "username", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }