Modifies the fields of an existing comment. Only the original author can modify comments. The request body should specify the fields to update, such as content, status, or context. Omitted fields will remain unchanged. The status field accepts the following values: resolved, open, orphaned.
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.
Comment fields that need to be updated. All omitted fields are left unmodified.
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
"new highlighted text"
resolved, open, orphaned Metadata about a health status update
updated comment response