renamePage
Renames or moves a page in GROWI with options for redirect, recursive renaming, and metadata updates.
Instructions
Rename or move a page in GROWI
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | ID of the page to rename | |
| revisionId | Yes | Revision ID of the page | |
| path | No | Current path of the page (optional) | |
| newPagePath | No | New path for the page (optional) | |
| isRenameRedirect | No | Whether to create a redirect from the old path | |
| isRecursively | No | Whether to rename child pages recursively | |
| updateMetadata | No | Whether to update page metadata | |
| appName | No | GROWI app name to operate on (optional, uses default if not specified) |