doc_page_update
Update existing documentation pages by specifying the page ID and changing only the fields you need, such as title, content, or section.
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. |