clickup_edit_page
Update a Doc page's title, subtitle, or content with replace, append, or prepend modes. Ideal for renaming pages or adding logs without overwriting.
Instructions
Update a Doc page's title, subtitle, and/or content.
content_edit_mode controls how content is applied: replace (default)
overwrites the page body, append adds to the end, prepend adds to the
start — handy for logging into an existing page without a read-modify-write.
When to Use:
To rename a page, change its subtitle, or overwrite/append/prepend content.
When NOT to Use:
To create a new page — use
clickup_create_page.
Returns: A confirmation naming the page, Doc, and edit mode used.
Examples:
params = {"doc_id": "d", "page_id": "p", "content": "new body"}
params = {"doc_id": "d", "page_id": "p", "content": "- log", "content_edit_mode": "append"}
Error Handling:
404 → page not found. Errors return an Error ... string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |