Skip to main content
PUT
Update Landing Page
Update a landing page name, slug, or builder content.
Changes to a published page take effect immediately, including content and slug changes. This endpoint does not create a separate draft or require another publish call. Duplicate the page to experiment without changing the live page.
Omitted top-level fields keep their values. Providing content replaces the whole builder document, not just the supplied blocks or theme keys. Read the current page, edit its content and send the complete document. See the content reference for the schema and a minimal valid example.

Request

string
required
Landing page ID.
string
Updated landing page name.
string
Updated URL slug. It is normalized and made unique for the company.
object
Updated landing page builder JSON. Form redirect URLs are validated before saving. Button and pricing CTA URLs accept an https URL or an in-page anchor such as #form, and theme.sectionAnimation controls the scroll reveal.

Responses