Mark a recap as read
POST/api/v4/recaps/:recap_id/read
Mark a recap as read by the authenticated user. This updates the recap's read status and timestamp.
Permissions
Must be authenticated. Can only mark recaps created by the current user as read. Minimum server version: 11.2
Request
Responses
- 200
- 401
- 403
- 404
Recap marked as read successfully
No access token provided
Do not have appropriate permissions
Resource not found