Update Component Properties
Update the default property values of a component definition in a specificed locale.
Before making updates, use the get component properties endpoint to identify properties that can be updated in a secondary locale.
The request requires a secondary locale ID. If a
localeId
is missing, the request will not be processed and will result in an error.Required scope | components:write
Path parameters
site_id
Unique identifier for a Site
component_id
Unique identifier for a Component
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
localeId
Unique identifier for a specific locale. Applicable, when using localization.
branchId
Scope the operation to work on a specific branch.
Request
This endpoint expects an object.
properties
A list of component properties to update within the specified secondary locale.
Response
Request was successful
errors
A list of error messages, if any.