Notifications

Mark notifications as read

Enterprise feature

Allow to select which notifications were read and saving a read date

post/api/admin/notifications/read

Request body

notificationsinteger[] required

A list of IDs belonging to the notifications you want to mark as read.

Example request

{
  "notifications": [
    5
  ]
}

Response

This response has no body.

Changes

No recorded changes to this endpoint across all 7 revisions of this API.