Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 970 Bytes

File metadata and controls

34 lines (18 loc) · 970 Bytes

SetCommentModerationRequest

Properties

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]

Enum: PlatformEnum

Name Value
YOUTUBE "youtube"

Enum: ModerationStatusEnum

Name Value
PUBLISHED "published"
REJECTED "rejected"
HELD_FOR_REVIEW "heldForReview"