Update Component Content

POST

This endpoint allows you to update content within a component in a secondary locale. It is designed specifically for localized components and can handle up to 1000 nodes per request. To get started, use the Get Component Content endpoint to identify content nodes and types available for the component.

If you’re updating components properties, be sure to retrieve the component’s properties via the Get Component Properties endpoint.

This endpoint is specifically for localized components. Ensure that the specified locale is a valid secondary locale for the site.

Required scope | components:write

Path parameters

site_idstringRequired

Unique identifier for a Site

component_idstringRequired

Unique identifier for a Component

Query parameters

localeIdstringOptional

Unique identifier for a specific locale. Applicable, when using localization.

Request

This endpoint expects an object.
nodeslist of objectsRequired

List of nodes within components and nested component instance’s properties to update (with their corresponding new values).

Response

Request was successful

errorslist of strings

A list of error messages, if any.

Errors