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.

