Skip to main content
PATCH
Update 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 fields that need to be updated. All omitted fields are left unmodified.

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

context
string | null
Example:

"new highlighted text"

status
enum<string> | null
Available options:
resolved,
open,
orphaned
health_update
object

Metadata about a health status update

Response

updated comment response

comment
object