Skip to main content
PATCH
Mark Notification as Read
Marks a specific notification as read. The notification must belong to the authenticated user — users cannot mark another user’s notifications as read.
This endpoint requires an authenticated user. Include a valid Authorization: Bearer <accessToken> header.

Path Parameters

notificationId
string
required
The UUID of the notification to mark as read.

Response

Returns HTTP 200 on success with no response body.

Error Responses

Returned when the notification does not exist or does not belong to the authenticated user.
Returned when notificationId is not a valid UUID.

See Also