update_comment
Update the body of an existing Kanboard comment by providing its ID and new content. Returns the comment ID on success.
Instructions
Update the body of an existing Kanboard comment. To remove a comment use delete_comment instead. 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). |