publishComment( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Publishes a comment with the HIDDEN status. The comment status becomes PUBLISHED.

To publish a new comment, call Create Comment.

Method Declaration
Copy
Method Parameters
commentIdstringRequired

ID of the comment to publish.

Returns
Return Type:Promise<PublishCommentResponse>
Did this help?