addComment
Add a comment to a GROWI page by providing the page ID and comment text. Optionally specify the app name or revision ID.
Instructions
Add a comment to a page in GROWI
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | ID of the page to add a comment to | |
| appName | No | GROWI app name to operate on (optional, uses default if not specified) | |
| comment | Yes | Comment body text | |
| revisionId | No | ID of the revision to attach the comment to (optional) |