bitrix24_task_comment_update
Update the text of a previously posted Bitrix24 task comment. Correct an earlier message without adding a follow-up comment.
Instructions
Edit the text of an existing Bitrix24 task comment. Pass the comment ID returned by bitrix24_task_comment_add (it equals the IM message ID — task comments mirror 1:1 to the task's IM chat). Use this instead of posting a follow-up «UPD:» comment when you need to correct an earlier message. Only the comment's author can edit. Note: task.commentitem.update direct REST returns ACTION_NOT_ALLOWED for typical webhook scopes, so this tool internally calls im.message.update which works.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | New comment text (BBCode — same conventions as add) | |
| commentId | Yes | Comment ID returned by bitrix24_task_comment_add (same as IM message ID) |