Comments
Create Comment
Post a new comment on a specific post using the API with optional threading and privacy.
POST
method
/comments
path
Body Parameters
postId
string
requiredUnique identifier of the post to attach the comment to.
commentDescription
string
requiredDescription or content of the comment.
name
string | undefined
requiredName of the commenter (optional). If anonymous commenting is enabled then name is not required.
email
string | undefined
requiredEmail of the commenter (optional). If anonymous commenting is enabled then email is not required.
parentCommentId
string | undefined
ID of the parent comment (optional).