update_task_comment
Update a task comment's body and mentions. Only your own comments are editable, and passing the mentions list preserves notification recipients.
Instructions
댓글(멘션) 본문을 수정한다. 본인이 작성한 댓글만 수정 가능(아니면 오류).
주의: 서버가 새 content로 멘션을 다시 파싱해 덮어쓴다. 기존 멘션을 유지하려면 mentions 인자로 함께 넘겨야 하며, mentions 없이 수정하면 이전 멘션 알림 대상이 사라진다. mentions는 add_task_comment와 동일하게 본문 선두 하이라이트 멘션 한 줄로 삽입된다 (이미 멘션된 사용자에게 중복 알림은 가지 않는다 — 서버가 신규 멘션 델타만 발송). content는 평문→HTML 자동 변환(이미 HTML이면 통과).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| mentions | No | ||
| comment_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||