Skip to main content
PATCH

Authorizations

x-api-key
string
header
required

Path Parameters

commentId
string
required
Pattern: ^[a-fA-F0-9]{24}$
Example:

"{{objectId}}"

Body

application/json
content
string

New comment body, trimmed before storing. Max 4000 characters.

status
enum<string>

New moderation status. Requires a privileged moderator role.

Available options:
pending,
approved,
rejected
captchaToken
string

Captcha token. Used when the caller is editing a guest comment and the tenant has requireCaptchaForGuestEngagement enabled.

Response

OK