Skip to main content
PATCH
Moderate Comment
Takes a direct moderation action on a comment in a space. Requires the caller to be a moderator or admin.

Path Parameters

string
required
UUID of the space.
string
required
UUID of the comment to moderate.

Body Parameters

string
required
The moderation action: "approve" or "remove".
string
Optional reason for the moderation action. Up to 1,000 characters.

Response

string
Confirmation message.
string
The resulting status: "approved" or "removed".
See also: useModerateSpaceComment