v1

latestOpenAPI 3.0.22026-07-17373198641.7 KB
notifications
v1

Method marks a number of web notifications for updating as seen/not seen. :param request: provide a list of web notification message ids here:

post/api/v1/notifications/web-notifications/mark_seen/

Request body

notification_idsinteger[] required
is_seenboolean required

Example request

{
  "notification_ids": [
    0,
    0
  ],
  "is_seen": true
}

Response

count_processedinteger required

Example response

{
  "count_processed": 0
}