Create comment
Creates a new comment on a task.
POST
/ v1 / comments
Authorization
Body
application/json
-
The task on which to place a comment.
- contentstring
Github Flavored Markdown representing the comment.
Response
200 - application/json - object
-
The ID of the comment.
-
The ID of the task.
-
The HTML contents of the comment.
-
When the comment was created.
-
The user who created this comment.