wikijs_update_comment
Update a comment by providing its ID and new content. Requires mutation permissions and optional confirmation token.
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. |