Updates the content or metadata of a specific child comment within a team. Only the original author of the child comment can modify it. Required Parameters:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".
Comment ID is a numerical string that identifies a Comment.
Child comment ID
Update request
102400"Sounds great!"
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'.
html, markdown 1
comment updated