Skip to main content
PATCH
Update thread comment
Required scope: THREADS_WRITE

Behavior

Replaces the comment’s content. Only the comment’s author can edit it — updating someone else’s comment returns 403 with code NOT_COMMENT_AUTHOR. Mentions are re-parsed from the new content — see the mentions guide.

Errors

Authorizations

Authorization
string
header
required

Path Parameters

comment_id
string
required

Comment ID (thc-*)

Example:

"thc-abc123"

Body

application/json
content
string
required

Comment text (max 4000 characters). Mention teammates inline with @[Name](usr-...).

Response

Updated comment

data
object