Skip to main content
POST
Create a new 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".

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
is_internal
boolean

Whether the comment is internal. Internal comments are visible only to members and hidden from guests and guest-readers.

schema
integer | null
Example:

1

card_id
string
Example:

"431"

page_id
string
Example:

"5"

context
string
Example:

"highlighted text"

health_update
object

Metadata about a health status update

Response

comment created

comment
object