updatePage
Update an existing GROWI page by providing its ID, new content, and current revision ID for version control.
Instructions
Update an existing page in GROWI
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | ID of the page to update | |
| body | Yes | New content of the page | |
| revisionId | Yes | Current revision ID of the page (required for version control) | |
| grant | No | Grant level for the page (0-5) | |
| userRelatedGrantUserGroupIds | No | IDs of the user groups to grant access to | |
| overwriteScopesOfDescendants | No | Whether to overwrite grant settings of descendant pages | |
| wip | No | Whether the page is work in progress | |
| appName | No | GROWI app name to operate on (optional, uses default if not specified) |