Update a section's config
Merges the given fields into the section’s existing config; fields you do not send keep their current values. Array fields are replaced wholesale, so send the whole array when changing one entry.
index is the section’s 0-based position as returned by GET /pages/{slug}. Indexes shift when sections are added or removed, so re-read the page rather than reusing a stale one.
translations is how one section’s copy is localized without rewriting the page. Unlike config it replaces the whole locale map, so read the section first and send back every locale you are keeping.
Authorizations
Organization-scoped bearer credential: a customer API key (1club_sk_live_...) or an MCP OAuth access token.
Query Parameters
Body
Response
The page, with the section updated
A page on the website draft.
URL path segment. The homepage is served at "/" regardless of its slug.
Present when fetching a single page; omitted from list responses.
True when the page asks search engines not to index it and is left out of sitemap.xml.
Per-locale metaTitle/metaDescription overrides, keyed by locale: { "bg": { "metaTitle": "…" } }. Present when fetching a single page.
What the published page will actually put in its <head>, after every fallback has been applied - the authored fields alone do not answer "is my SEO right?". Present when fetching a single page. Read-only.
The page's public URL once published.