Abstract
AEM curl Development
June 30, 2021briankasingli
Update a Node JCR property in AEM with CURL
Like1
This is a simple way to update or write a Node JCR property inside of AEM using curl.
curl command:
curl -v -u admin:admin -X POST http://localhost:4502/content/sourcedcodeaem/jcr:content --data-urlencode 'isCurlWorking=true'
Read Full Blog
Q&A
Please use this thread to ask the related questions.
Kautuk Sahni