Mark a notification as read
PATCH/api/v1/notifications/:id/read
Marks a single notification as read. The notification must belong to the authenticated user.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Notification marked as read.
Invalid notification ID format.
Authentication required.
Notification not found.
Failed to mark notification as read.