Update Page Content
This endpoint updates content on a static page in secondary locales. It supports updating up to 1000 nodes in a single request.
Before making updates:
- Use the get page content endpoint to identify available content nodes and their types
- If the page has component instances, retrieve the component’s properties that you’ll override using the get component properties endpoint
This endpoint is specifically for localized pages. Ensure that the specified localeId
is a valid secondary locale for the site otherwise the request will fail.
Required scope | pages:write
Path parameters
page_id
Unique identifier for a Page
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
localeId
The locale identifier.
Request
This endpoint expects an object.
nodes
List of DOM Nodes with the new content that will be updated in each node.
Response
Request was successful
errors
A list of error messages, if any.