Advance the current user’s read cursor to a given message
Updates the current user’sDocumentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
lastReadAt timestamp on their conversation membership to the createdAt of the specified message. This reduces the unread count for the conversation.
The operation is monotonic — lastReadAt is never moved backward. If the provided message is older than the current lastReadAt, the call is a no-op.
lastReadAt will be set to this message’s createdAt.Forbidden — 403