tasks

Create Task Comment

Add a comment to a task and notify mentioned users.

post/v2/tasks/{task_id}/comments

Path parameters

task_idstring uuid required

Request body

bodystring required
parent_idstring uuid nullable

Response

Successful Response

idstring uuid required
task_idstring uuid required
parent_idstring uuid nullable
user_idstring uuid required
messagestring required
created_atstring date-time required
updated_atstring date-time nullable
user_namestring nullable
avatar_urlstring nullable

Changes

No recorded changes to this endpoint across all 2 revisions of this API.