| Name | Type | Description | Notes |
|---|---|---|---|
| accountId | String | The social account ID | |
| platform | PlatformEnum | Only YouTube supports comment moderation | |
| moderationStatus | ModerationStatusEnum | published approves the comment, rejected removes it, heldForReview returns it to the queue. | |
| banAuthor | Boolean | Also ban the comment's author, auto-rejecting their future comments. Only valid when moderationStatus is "rejected"; any other pairing is a 400. | [optional] |
| Name | Value |
|---|---|
| YOUTUBE | "youtube" |
| Name | Value |
|---|---|
| PUBLISHED | "published" |
| REJECTED | "rejected" |
| HELD_FOR_REVIEW | "heldForReview" |