update_page
Update a specific page's fields by ID—change title, content, status, labels, folder, or pin state. Only provided fields are modified, leaving others untouched.
Instructions
Update a page by identifier. Only provided fields are changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New title | |
| folder | No | Move to folder name. Omit to leave unchanged; pass an empty string "" for project root. | |
| labels | No | Replace labels; [] clears all (project-scoped) | |
| pinned | No | Pin (true) or unpin (false) the page to the top of the page list. | |
| status | No | Status: draft, active, complete, archived | |
| content | No | New markdown content | |
| identifier | Yes | Page ID like LIF-DOC-1 |