Skip to content

Update notification

POST
/api/v1/notification/{id}
curl --request POST \
--url https://example.com/api/v1/notification/example \
--header 'Content-Type: application/json' \
--data '{}'

Updates a notification by ID (typically to mark as read)

id
required
string
Media type application/json
object
Example generated
{}

Notification

Bad Request

Not Found

Internal Server Error