Update a page
Page Management
Update a page
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.
PATCH
Update a page
Authorizations
Enter your API key (starts with lindo_sk_)
Path Parameters
Unique identifier of the website
Example:
"ws_abc123"
Unique identifier of the page
Example:
"page_abc123"
Body
application/json
Name of the page
Example:
"Home Page"
URL path of the page
Example:
"/home"
SEO metadata for the page
Example:
{
"title": "Welcome",
"description": "Our home page"
}Page settings configuration
Example:
{ "layout": "full-width" }Page data and content
Example:
{ "sections": [] }Language code (e.g., 'en', 'es', 'fr'). Converted to display format for storage.
Example:
"en"

