{ "opencollection": "1.0.0", "info": { "name": "DIBBs eCR Refiner app-notifications API", "version": "1.0.0" }, "items": [ { "info": { "name": "app-notifications", "type": "folder" }, "items": [ { "info": { "name": "Update User Notifications", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v1/notifications", "body": { "type": "json", "data": "{}" } }, "docs": "Updates notification acknowledgement state for the current user." } ] } ], "bundled": true }