Mark task as read for the current user
Updates the task user read record (last viewed) for the authenticated user. Use this when the UI only needs to mark file/discussion read state without loading full task details.
Updates the task user read record (last viewed) for the authenticated user. Use this when the UI only needs to mark file/discussion read state without loading full task details.
Bearer authentication of the form Bearer <token>, where token is your auth token.
True if the API call succeeded; false otherwise.