Mark a notification as read
Marks a single notification as read for the calling user. Idempotent: calling on an already-read notification is a no-op and still returns success.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
Stable identifier of the notification.
Response
Acknowledgement.
success
True when the action committed; the endpoint never throws success-false today.