Update a Node JCR property in AEM with CURL

This is a simple way to update or write a Node JCR property inside of AEM using curl.

curl command:

1
curl -v -u admin:admin -X POST http://localhost:4502/content/sourcedcodeaem/jcr:content --data-urlencode 'isCurlWorking=true'

Result:
result of the curl command

If you wish to learn how to Update Multi-Value Node JCR properties in AEM with CURL, click here.

Hello, I am an enthusiastic Adobe Community Advisor and a seasoned Lead AEM Developer. I am currently serving as an AEM Technical Lead at MNPDigital.ca, bringing over a decade of extensive web engineering experience and more than eight years of practical AEM experience to the table. My goal is to give back to the AEM Full Stack Development community by sharing my wealth of knowledge with others. You can connect with me on LinkedIn.

Leave a Reply

Your email address will not be published. Required fields are marked *


Back To Top