Overview
useModerateSpaceComment returns a callable function for taking moderation action on a comment in a space. Requires the caller to be a moderator or admin.
Usage Example
Parameters
string
required
UUID of the space containing the comment.
string
required
UUID of the comment to moderate.
"approve" | "remove"
required
The moderation action to take.

