Skip to main content
POST
Create comment
Requires the comments:write scope. Viewers cannot post comments. Access-restricted members receive 403 if the task belongs to a list outside their permitted scope.

Path parameters

string
required
The numeric task ID.

Request body

string
required
Comment text. Accepts an HTML string. Whitespace-only content is rejected with 400.

Response

Returns the created comment. resolved is always false for a new comment.
number
required
New comment identifier.
number
required
ID of the task this comment belongs to.
number
required
ID of the API key owner (the commenter).
string
required
Display name of the commenter.
string | null
Profile picture URL of the commenter.
string
required
Comment content.
null
required
Always null. Threading is not supported via the API.
boolean
required
Always false for newly created comments.
string
required
UTC ISO-8601 creation timestamp.