Mark a single notification as read. Enforces ownership.
Marks one notification as read. Returns the updated notification on success. The server distinguishes three outcomes via separate HTTP codes — collapsing them into a single 404 or 200 would hide real bugs in the client.Documentation Index
Fetch the complete documentation index at: https://docs.7331.org/llms.txt
Use this file to discover all available pages before exploring further.
| Status | Error | Meaning |
|---|---|---|
| 404 | ERR_NOTIFICATION_NOT_FOUND | No such notification, or not owned by caller |
| 409 | ERR_NOTIFICATION_ALREADY_READ | Notification exists and is owned, but was already read |
notifications[] entries in List Notifications.