Move / rename page
move_pageMove a Wiki.js page to a different path and optionally change its locale. Requires the manage:pages permission.
Instructions
Move a page to a new path (and optionally another locale). Requires the manage:pages permission on the API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Page id | |
| destinationPath | Yes | ||
| destinationLocale | No | en |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| succeeded | Yes | ||
| destinationPath | Yes | ||
| destinationLocale | Yes |