Update Page
update_pageUpdate an existing page in Magnet by providing its ID and markdown content. Only specified fields are modified.
Instructions
Update an existing page in Magnet using markdown content. Only provided fields will be updated. Supports standard markdown syntax including headings, lists, code blocks, links, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the page to update | |
| title | No | New title for the page | |
| markdown | Yes | New markdown content for the page body | |
| properties | No | New page properties (type-specific) |