Skip to content
Select themeSelect language

POST /notifications/read-all — mark every unread notification read.

POST
/api/notifications/read-all
curl --request POST \
--url https://example.com/api/notifications/read-all
Media typeapplication/json

POST /notifications/read-all response — the count of rows flipped to read.

object
updated
required

Count of notifications marked read.

integer format: int64
Examplegenerated
{
"updated": 1
}