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