Comment on the specified note.
https://<space_id>.repsona.com/api/project/:projectId/note/:noteId/note_comment
Owner
Admin
Member
Name | Type | Description |
---|---|---|
projectId* | string | Project ID |
noteId* | string | Note ID |
Name | Type | Description |
---|---|---|
comment* | string | Comment |
parent | number | Reply to comment 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
}
}