Update a comment
PATCH/v1/comments/{id}
Partial update — only provided fields change. `resolved` resolves/reopens the thread (a field update, not a verb route). `metadata` merges (key→value sets, key→null deletes, {} clears all).
Requires an API key (bearer), scoped to the active org. Supports idempotency keys.
Path parameters
idstringrequired
Body parameters
bodystringoptionalmax 5000 charsresolvedbooleanoptionalResolve (true) or reopen (false).
metadataobjectoptionalArbitrary key/value map; merge-on-write (§6).
Returns
200The updated comment.
Failures use the standard error envelope with a closed set of codes.