kaiten_update_comment
Update your own comment on a Kaiten card using card ID and comment ID, with new text. Optionally switch between markdown and HTML formatting.
Instructions
Update a comment on a card (author only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | New comment text. For format=html send HTML content. | |
| format | No | Comment format. 'html' to switch comment to HTML rendering, 'markdown' to switch to markdown. | |
| card_id | Yes | ID of the card. | |
| comment_id | Yes | ID of the comment to update. |