Motion Logo Motion API Documentation
Support
API Keys

Create Comment

Creates a new comment on a task

POST v1 / comments

Authorization

Authorization string required

Bearer authentication header of the form Bearer <token> where <token> is your auth token.

Body

application/json

taskId string required

The task on which to place a comment

content string

Github Flavored Markdown representing the comment

Response

200 - application/json - object

id string required

taskId string required

The id of the task to which the comment belongs

content string required

The HTML contents of the comment

createdAt datetime required

When the comment was created

creator object required

The user who created this comment

Was this page helpful?