Updates a page using PATCH semantics. Accepts lang_code (e.g., ‘en’, ‘es’) for language and converts to display format for storage. Undefined fields are not modified, null clears the field.
Enter your API key (starts with lindo_sk_)
Unique identifier of the website
"ws_abc123"
Unique identifier of the page
"page_abc123"
Name of the page
"Home Page"
URL path of the page
"/home"
SEO metadata for the page
{
"title": "Welcome",
"description": "Our home page"
}Page settings configuration
{ "layout": "full-width" }Page data and content
{ "sections": [] }Language code (e.g., 'en', 'es', 'fr'). Converted to display format for storage.
"en"