update_page
Update an existing NotePM page's title, body, memo, or tags. Optionally move the page to a different folder by providing folder ID and note code.
Instructions
Update an existing NotePM page. Page code is required. To move the page to a different folder, specify both folder_id and note_code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_code | Yes | Page code to update | |
| note_code | No | Note code (required when specifying folder_id) | |
| title | No | Page title (max 100 characters) | |
| body | No | Page body (Markdown format) | |
| memo | No | Memo (max 255 characters) | |
| folder_id | No | Folder ID to move page to (requires note_code) | |
| tags | No | Array of tags |