doc_page_update
Update an existing documentation page's title, section, or content. Provide only the page ID and fields to change.
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 |
|---|---|---|---|
| projectId | No | The project ID. If omitted, uses the linked project. | |
| docId | Yes | The doc page ID to update | |
| title | No | New page title | |
| section | No | New section name | |
| content | No | New page content in markdown |