v1
latestOpenAPI 3.0.22026-07-17373198641.7 KBnotifications
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
Example request
{
"notification_ids": [
0,
0
],
"is_seen": true
}Response
Example response
{
"count_processed": 0
}