Skip to main content
PUT

Authorizations

x-api-key
string
header
required

Body

application/json
commentsEnabled
boolean

Master switch for comments. Default true.

reactionsEnabled
boolean

Master switch for reactions. Default true.

allowGuestComments
boolean

Allow unauthenticated visitors to comment. Default false.

allowGuestReactions
boolean

Allow unauthenticated visitors to react. Default false.

autoApproveComments
boolean

When false, new comments are stored as pending for moderation. Default true.

requireCaptchaForGuestEngagement
boolean

Require a captcha token for guest comments and reactions. Default true.

guestEngagementCaptchaMinScore
number

Minimum captcha score accepted for guest engagement, between 0 and 1. Default 0.5.

guestEngagementRateLimitPerMin
number

Guest engagement actions allowed per minute per guest fingerprint, between 1 and 500 (floored to an integer). Default 20.

Response

OK