Motion Logo Motion
API Keys

Create Comment

Creates a new comment on a task

POST v1 / comments

Authorization

X-API-Key string required

Header with the name X-API-Key where the value is your API key.

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?