latestOpenAPI 3.0.02026-08-156441,3872.1 MB

5aa4178ca29b

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