wikijs_update_tag
Update an existing tag in Wiki.js by ID, modifying its slug and title. Requires manage:system permission and mutations enabled.
Instructions
Update an existing tag by ID. Changes the tag slug and/or title. Requires WIKI_MUTATIONS_ENABLED=true and may need manage:system permission. 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 | Tag ID to update. | |
| tag | Yes | New tag slug (e.g., "backend"). | |
| title | Yes | New tag title (e.g., "Backend Development"). |