Skip to main content
PATCH

Update post comment moderation

Sets comments_settings on a post: rules for handling incoming comments (profanity, negativity, custom topics, URLs, mentions, hashtags, keywords, AI reply). When enabled is false, settings are stored with moderation off. Requires bearer token with the posts ability. Returns the full post object (same shape as GET /posts/{post}).

Request

integer
required
Post ID
boolean
required
Master switch for moderation on this post.
object
Required when enabled is true. All boolean flags below are required when moderation is enabled.

Response

200 - full post resource including comments_settings. 404 - post not found or not accessible. 422 - validation error. See also: Comments API overview, Auto plug, Contact collection.