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