{ "opencollection": "1.0.0", "info": { "name": "Lightdash AiAgents Notifications API", "version": "0.3156.1" }, "items": [ { "info": { "name": "Notifications", "type": "folder" }, "items": [ { "info": { "name": "Get notifications", "type": "http" }, "http": { "method": "GET", "url": "/api/v1/notifications", "params": [ { "name": "type", "value": "", "type": "query" } ] }, "docs": "Gets notifications for a user based on the type" }, { "info": { "name": "Update notification", "type": "http" }, "http": { "method": "PATCH", "url": "/api/v1/notifications/:notificationId", "params": [ { "name": "notificationId", "value": "", "type": "path", "description": "the id of the notification" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update notification" } ] } ], "bundled": true }