{ "opencollection": "1.0.0", "info": { "name": "Absentify Absences Workspace API", "version": "1.0.0" }, "items": [ { "info": { "name": "Workspace", "type": "folder" }, "items": [ { "info": { "name": "Absentify Get Current Workspace Settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.absentify.com/api/v1/workspace", "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "docs": "Get current workspace settings" }, { "info": { "name": "Absentify Update the Workspace Settings", "type": "http" }, "http": { "method": "PUT", "url": "https://api.absentify.com/api/v1/workspace", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "docs": "Update the workspace settings" } ] } ], "bundled": true }