Skip to main content
PATCH
Update a comment (edit text and/or resolve)

Authorizations

X-API-Key
string
header
required

Headers

customer
string
required

Workspace identifier

Path Parameters

projectId
string
required
entityId
string
required
commentId
string
required

Body

application/json
resolved
boolean

Mark the comment thread as resolved (true) or reopen it (false).

text
string

New plain-text body for the comment.

Response

author_id
string
required

ID of the user who authored the comment.

created_at
string<date-time>
required
entity_id
string
required

Entity the comment is attached to.

id
string
required
resolved
boolean
required

Whether the comment thread has been resolved.

text
string
required

Plain-text body of the comment.

branch_id
string

Branch the comment was posted on; absent for the main line.