clickup_doc_edit_page
Edit existing pages in ClickUp docs by updating titles or replacing content with new markdown text.
Instructions
Rename or rewrite an existing page inside a ClickUp doc. The supplied content replaces the current page body entirely (not an append). For a fresh page use clickup_doc_add_page instead. Returns the updated page object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | New page body in ClickUp-flavoured markdown. Replaces the existing body entirely. Omit to leave content unchanged. | |
| doc_id | Yes | ID of the parent doc. Obtain from clickup_doc_list (field: id). | |
| name | No | New page title. Omit to keep current title. | |
| page_id | Yes | ID of the page to edit. Obtain from clickup_doc_pages (field: id). | |
| team_id | No | Workspace (team) ID. Obtain from clickup_workspace_list (field: id). Omit to use the default workspace from config. |