Posts
Update post comment moderation
Per-post comment moderation (filters, keywords, optional AI reply) aligned with the dashboard.
PATCH
Update post comment moderation
Setscomments_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
Post ID
Master switch for moderation on this post.
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.