Skip to content

Notifications

Mark all or some of an actor's notifications as read

Mark all or some of a logged in actor's notifications as read.

Request

Example

PATCH /v2/notifications/actor/read
Patch:

{
    "markAllAsRead":false,
    "messageId":["345545","563353"]
}

Parameters

Name Description
messageId Array of messageId:s to set as read.
markAllAsRead If true then all of a logged in actor's notifications are marked as read.

Response

(none)