clickup_doc_edit_page
Edit an existing page in a ClickUp document by updating its content and name using markdown formatting.
Instructions
Edit an existing page in a doc
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | New page content (markdown) | |
| doc_id | Yes | Doc ID | |
| name | No | New page name | |
| page_id | Yes | Page ID | |
| team_id | No | Workspace (team) ID. Omit to use the default workspace from config. |