wikijs_move_page
Move a Wiki.js page to a different path or locale. Specify the page ID, new path, and optionally a new locale. Requires mutations enabled.
Instructions
Move a page to a new path or locale. Requires WIKI_MUTATIONS_ENABLED=true and may need manage:pages 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 | Page ID to move. | |
| destinationPath | Yes | New path for the page. | |
| destinationLocale | No | New locale. Defaults to current locale. |