v3

latestOpenAPI 3.0.32026-07-31135300306.1 KB
tasks

Update a comment on a task

Updates an existing comment. Only the original author can update their comment.

Rate limit: 20 requests per minute

patch/tasks/{id}/comments/{comment_id}

Path parameters

idstring required

The ID of the task.

comment_idstring required

The ID of the comment to update.

Request body

body_htmlstring required

The updated body of the comment in HTML format.

Response

request_idstring

The request ID for tracking.