v1
latestOpenAPI 3.1.02026-07-24172151607.6 KBComments
Update Comment
Replace the content of a task commment, assign a comment, and mark a comment as resolved.
put/v2/comment/{comment_id}
Path parameters
comment_idnumber required
Example:456
Request body
Example request
{
"comment_text": "Updated comment content",
"assignee": 183,
"resolved": true
}Response
object required
Example response
{}