v3

latestOpenAPI 3.0.32026-07-31135300306.1 KB
tasks

Create a comment on a task

Creates a new comment on a task. The authenticated user is the author.

Rate limit: 20 requests per minute

post/tasks/{id}/comments

Path parameters

idstring required

The ID of the task to add a comment to.

Request body

body_htmlstring required

The body of the comment in HTML format.

is_internalboolean

Whether the comment is visible only to internal users.

Response

request_idstring

The request ID for tracking.