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