Expand my Community achievements bar.

Update Multi-Value Node JCR properties in AEM with CURL | AEM Community Blog Seeding

Avatar

Administrator

BlogImage.jpg

Update Multi-Value Node JCR properties in AEM with CURL by Sourced Code

Abstract

AEM curl Development
June 30, 2021briankasingli
Update Multi-Value Node JCR properties in AEM with CURL
Like
This is a simple way to update or write multi-value Node JCR properties inside of AEM using curl.

curl command:
curl -v "http://localhost:4502/crx/server/crx.default/jcr%3aroot" \
-u admin:admin \
-H 'Content-Type: multipart/form-data; boundary=crxde' \
--data-raw $'--crxde\r\nContent-Disposition: form-data; name=":diff"\r\nContent-Type: text/plain; charset=utf-8\r\n\r\n^/content/sourcedcodeaem/jcr:content/stringArray : ["one","two","three"]\r\n--crxde-- ' \
--compressed

Read Full Blog

Update Multi-Value Node JCR properties in AEM with CURL

Q&A

Please use this thread to ask the related questions.



Kautuk Sahni
Topics

Topics help categorize Community content and increase your ability to discover relevant content.

0 Replies