setyoutubecommentmoderationstatus - Set YouTube Comment Moderation Status
Sets the moderation status of one or more comments. The API request must be authorized by the owner of the channel or video associated with the comments.
credentialKey
string
Your 1001fx credential key. See https://1001fx.com/app/credentials/list
Example:
yourCredentialKey
ids
array<string>
IDs of the comment of which you want to change the moderation status.
Minimum: 1
Example:
[]
moderationStatus
string
Identifies the new moderation status of the specified comments.
Possible values are: published, likelySpam, heldForReview
Example:
published
banAuthor
boolean
The banAuthor parameter lets you indicate that you want to automatically reject any additional comments written by the comments author. Note: This parameter is only valid if the moderationStatus parameter is also set to rejected.