Skip to main content
PUT
/
api
/
v1
/
notifications
/
{id}
/
read
Mark a notification as read
curl --request PUT \
  --url https://api.devhelm.io/api/v1/notifications/{id}/read \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

API key (dh_live_...) or Auth0 JWT token

Path Parameters

id
integer<int64>
required

Response

204

No Content