Posts
Create comment
Creates a new comment on a post.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
The comment content in Markdown format.
The ID of an existing comment to reply to. A single level of nested comments is supported.