update_page
Update a page's specific fields by ID—title, content, folder, labels, pin, or status—while leaving other fields unchanged.
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 |