Path Parameters
ID of the notification to mark as read
Response
Success returns a 200 OK status with no response body.Error Responses
Notification Not Found - 404 Not Found
Notification Not Found - 404 Not Found
Server Error - 500 Internal Server Error
Server Error - 500 Internal Server Error
Notes
- Requires authentication
- Only notifications belonging to the authenticated user can be marked as read
- If no matching notification is found, a 404 is returned
- Successfully marking a notification as read will decrement the unread count
- Rate limiting: 100 requests per 5 minutes

