Mark all notifications as read
PUT
/notifications/read-all
Marks all of the authenticated user's notifications as read.
Authorizations
BearerAuth
Authentication is handled automatically via httpOnly session cookies after signing in at /cognito/signin or via Google SSO at /cognito/oauth/google. For Swagger UI testing, paste a JWT token from the /cognito/signin response.
Type
HTTP (bearer)
Responses
Update result
application/json
JSON
{
"success": true,
"updated": 0
}