Skip to main content
POST
Add a child comment or in other words: reply to an existing comment.

Authorizations

Authorization
string
header
required

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

Path Parameters

team_id
string
required

Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".

comment_id
string
required

Comment ID is a numerical string that identifies a Comment.

Body

application/json

Comment object that needs to be created

content
string
required
Maximum string length: 102400
Example:

"Good point!"

content_format
enum<string>
default:html

Format of the content field. When set to 'markdown', the server converts the content from GitHub Flavored Markdown to HTML before storage. Defaults to 'html'.

Available options:
html,
markdown
schema
integer | null
Example:

1

Response

comment created

child_comment
object