Skip to content
Select themeSelect language

PUT /notifications/{id}/read — mark one read.

PUT
/api/notifications/{id}/read
curl --request PUT \
--url https://example.com/api/notifications/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/read
id
required
string format: uuid
Media typeapplication/json

{"ok": true} — a bare success acknowledgement.

object
ok
required

Always true on success.

boolean
Examplegenerated
{
"ok": true
}