指定したコメントの内容を更新します。
https://<space_id>.repsona.com/api/project/:projectId/note_comment/:noteCommentId
Owner
Admin
Member
Name | Type | Description |
---|---|---|
projectId* | string | プロジェクトID |
noteCommentId* | string | コメントID |
Name | Type | Description |
---|---|---|
comment* | string | コメント内容 |
{
"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": 1
}
}