update_change_request_comment
Update the content or resolved status of a comment on a change request to keep discussions accurate and track issue resolution.
Instructions
[Code Management] Update a comment on a change request. Can update the comment content and/or resolved status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | 组织ID,可在组织管理后台的基本信息页面获取。示例:'60d54f3daccf2bbd6659f3ad' | |
| repositoryId | Yes | 代码库ID或者URL-Encoder编码的全路径。示例:'2835387' 或 '60de7a6852743a5162b5f957%2FDemoRepo'(注意:斜杠需要URL编码为%2F) | |
| localId | Yes | 合并请求局部ID,表示代码库中第几个合并请求。示例:'1' 或 '42' | |
| commentBizId | Yes | 评论 bizId,具有唯一性,用于标识要更新的评论。示例:'bf117304dfe44d5d9b1132f348edf92e' | |
| content | No | 评论内容,更新后的评论内容(可选)。如果提供,将更新评论的文本内容。示例:'your new comment' 或 '更新后的评论内容:这里需要优化性能,建议使用缓存机制' | |
| resolved | No | 是否已解决(可选)。true - 标记为已解决;false - 标记为未解决。示例:false。如果不提供此参数,将保持原有的解决状态不变 |