updateComponent
Automate the update of component properties in Adobe Experience Manager using a structured JSON input for precise and scalable content management.
Instructions
Update component properties in AEM
Input Schema
Name | Required | Description | Default |
---|---|---|---|
componentPath | Yes | ||
properties | Yes |
Input Schema (JSON Schema)
{
"properties": {
"componentPath": {
"type": "string"
},
"properties": {
"type": "object"
}
},
"required": [
"componentPath",
"properties"
],
"type": "object"
}