Mark a notification as read
POST
/api/v1/notifications/{id}/readParameters
This endpoint does not accept parameters.
Responses
204Notification marked read
Request
curl -X POST "https://api.knowledgetree.dev/api/v1/notifications/{id}/read" \
-H "Authorization: Bearer $KT_API_TOKEN"Response
204Notification marked read
Example response not yet documented.