指定したタスクにコメントをします。
https://<space_id>.repsona.com/api/project/:projectId/task/:taskId/task_comment
Owner
Admin
Member
Name | Type | Description |
---|---|---|
projectId* | string | プロジェクトID |
taskId* | string | タスクID |
Name | Type | Description |
---|---|---|
comment* | string | コメント内容 |
parent | number | 返信先コメントID |
{
"requestedBy": 1,
"project": 1,
"taskComment": {
"createdAt": 1672498800000,
"updatedAt": 1672498800000,
"id": 1746,
"deletedAt": null,
"comment": "This is my comment.",
"space": 1,
"user": 1,
"parent": null,
"task": 2
}
}