Page

Add or update content in page containers

Updates all the contents in an HTML Page. Used to add or remove Contentlets from Containers. Takes a JSON array of container entries, each specifying a container ID, a unique UUID, and the list of contentlet identifiers. Duplicate container entries are merged automatically. Note: 'sortOrder' is required for each container entry but may not be present in the auto-generated schema.

post/api/v1/page/{pageId}/content

Path parameters

pageIdstring required

Identifier of the HTML Page to update

Query parameters

variantNamestring

Variant name for A/B testing (defaults to DEFAULT)

Request body

requestJsonstring

Response

Contentlets saved successfully

Changes

No recorded changes to this endpoint across all 1 revision of this API.