doc_page_update
Update an existing documentation page by providing the doc ID and optional fields like title, content, section, or project ID.
Instructions
Update an existing documentation page. All fields are optional — only provide the fields you want to change.
Use doc_page_list first to find the page ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | Yes | The doc page ID to update | |
| title | No | New page title | |
| content | No | New page content in markdown | |
| section | No | New section name | |
| projectId | No | The project ID. If omitted, uses the linked project. |