update_comment
Update the body text of an existing Kanboard comment by providing its ID and new content.
Instructions
Update the body of an existing Kanboard comment. Returns { ok: true, comment_id } on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment_id | Yes | Comment id to update (required). | |
| content | Yes | New comment body text (required, non-empty). |