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

Changes

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