Skip to main content
PATCH
Update a child 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.

child_comment_id
string
required

Child comment ID

Body

application/json

Update request

content
string | null
Maximum string length: 102400
Example:

"Sounds great!"

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 updated

child_comment
object