action discourse_mark_notifications_as_read { label: "Mark notifications as read" provider: discourse method: PUT path: "/notifications/mark-read.json" encoding: json input: { type: "object" properties: { id: { type: "integer" description: "(optional) Leave off to mark all notifications as\nread" } } } output: { type: "object" properties: { success: { type: "string" } } } }