Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
useUpdateComment returns a function that updates an existing comment. At least one of content or metadata must be provided.
Usage Example
Parameters
The ID of the comment to update.
New text content. Must be at least 1 character.
Replacement metadata object.
Returns
The updated comment. See Comment data model.

