# Editing Content All endpoints related to editing the content of you Foleon Docs. ## Edit the content-tree of a Page - [POST /content/draft/{page_content_uuid}/mutate](https://developers.foleon.com/apis/editing-content/mutatecontent.md): Apply changes to the content of a page using Immer-style patches, which represent updates based on immutable state mutation logic. These patches follow a format similar to JSON Patch but use array-based paths (e.g., ["table", 0, "row"]) instead of string pointers. ## Get the content-tree of a Page - [GET /content/draft/type/PAGE/reference/{page_id}](https://developers.foleon.com/apis/editing-content/getpagecontent.md): Returns the content-tree of a page in json format.