v6
OpenAPI 3.0.02026-08-036241,3352.0 MBNotifications
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
Example request
{
"notificationId": 0,
"dismissAll": false
}Response
Success - notifications dismissed
DismissNotificationsResponse required