Skip to main 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.