Edit a comment
update_commentReplace a comment's body with new markdown content. Wiki.js stores no comment history, so the previous text is permanently overwritten.
Instructions
Replaces the body of a comment. Wiki.js keeps no history for comments, so the previous text is gone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Comment body, in markdown. | |
| comment_id | Yes | Numeric Wiki.js id. | |
| confirm_token | No | Token from this tool’s previous, unconfirmed call. Omit it to receive one. |