NotifyHub
Openapi

Update notification state

PATCH
/v1/me/notifications/{notificationId}

Applies exactly one state change to the notification: mark as read/unread, archive/unarchive, or mark as shown. The body must contain exactly one of read, archived, or shown. Marking as shown is write-once and cannot be reverted.

Authorization

recipientSession
AuthorizationBearer <token>

In: header

Response Body

curl -X PATCH "https://loading/v1/me/notifications/{notificationId}"
Empty