POST /v2/tasks/comments
POST
/v2/tasks/comments
Request Body
taskId
integer
Required
Format
"int32"parentId
integer
Format
"int32"comment
string
Required
mentions
string[]
Responses
OK
{
"id": 0,
"parentId": 0,
"level": 0,
"comment": "string",
"commentedBy": "string",
"commentedByUserId": "string",
"commentDate": "string",
"taskId": 0,
"task": "[Circular Reference]",
"commentedByUserDisplayName": "string"
}
POST
/v2/tasks/comments