wikijs_update_tag
Update a Wiki tag's slug and title by providing its ID. Requires mutations enabled and manage:system permission.
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"). |