v7

OpenAPI 3.0.02026-08-046241,3352.0 MB
Notifications

Dismiss notifications

Auth: Authenticated - any signed-in user.

Marks a single notification dismissed (NotificationId), or dismisses all of the current user's notifications when DismissAll is true.

patch/Notifications/Dismiss

Request body

notificationIdinteger
dismissAllboolean

Example request

{
  "notificationId": 0,
  "dismissAll": false
}

Response

Success - notifications dismissed

DismissNotificationsResponse required