wikijs_update_comment
Updates an existing comment in Wiki.js by ID. Requires comment management permissions and optional confirm token for mutation safety.
Instructions
Update an existing comment by ID. Requires WIKI_MUTATIONS_ENABLED=true and comment management permissions. confirm is only checked when WIKI_MUTATION_CONFIRM_TOKEN is set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must match WIKI_MUTATION_CONFIRM_TOKEN if set. Optional when token is not configured. | |
| id | Yes | Comment ID to update. | |
| content | Yes | New comment content. |