comment_toggle_spam
Mark or unmark a comment as spam by toggling its spam flag. Use this to moderate comments on your Voog site.
Instructions
Flip a comment's spam flag (PUT /articles/{article_id}/comments/{comment_id}). Body is FLAT: {is_spam: bool}. Voog's moderation UI also uses this endpoint. For other field edits use voog_admin_api_call (rare).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| article_id | Yes | Voog article id (from articles_list) | |
| comment_id | Yes | Voog comment id (from comments_list) | |
| is_spam | Yes | New spam state (true = mark spam, false = unmark) |