Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

post_id
string
required

Body

application/json
content_markdown
string
required

The 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
required
content
string
required
created_at
string
required
replies_count
number
required
parent_id
string | null
required
subject_id
string
required
subject_type
string
required
author
object
required