Notifications
Mark notification as read
Marks a single notification as read for the authenticated user.
put/notifications/{id}
Path parameters
idstring uuid required
Resource UUID
Response
Notification updated successfully
Example response
{
"done": true,
"message": "Operation completed successfully"
}