Skip to main content
POST
Add a comment to a task.

Authorizations

Authorization
string
header
required

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

Body

application/json
taskId
string
required

The task ID to comment on.

body
string
required

Comment body (markdown).

Response

Success

success
enum<boolean>
required
Available options:
true
data
object
required
meta
object