Posts
Create comment
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
post_id
string
requiredBody
application/json
content_markdown
string
requiredThe comment content in Markdown format.
parent_id
string
The ID of an existing comment to reply to. A single level of nested comments is supported.
Response
201 - application/json
id
string
requiredcontent
string
requiredcreated_at
string
requiredreplies_count
number
requiredparent_id
string | null
requiredsubject_id
string
requiredsubject_type
string
requiredauthor
object
required