> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sitecopilot.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Content

Update **only** a page's content (not page metadata) on a **tenant domain**.

```
PUT /api/content
{
  "url": "api",
  "templates": [
    { "layout": "corporate-block-hero-1", "title": "Your Talent is Much Think.", "description": "Lorem ipsum" }
  ],
  "banner": {
    "json_hidden_paths": [],
    "layout": "banner-demo-store.tpl",
    "social_icons": { "facebook_link": "#" }
  }
}
```

* Provide an empty array `[]` for `templates` or `banner` to clear that section.
* Each `templates[i]` must include a `layout` key.
