Found the correct command. For reference:curl -u admin:admin -Fserver-name=https://new-server.com http://localhost:4502/etc/sample-node/config/endpoint
How can we edit an existing value in a node using CURL? Trying to update the key value of "server-name" via CURL The below command is creating a new nodes instead of updating existing. curl -u admin:admin -F _charset_=utf-8 -F key=server-name -F value=server-name-value http://localhost:4502//etc/sa...
Is there an out-of-the-box option to make `sling:resourceType="dam/cfm/admin/components/authoring/contenteditor/multieditor"` as "required", that we are using on a content fragment in AEM 6.5? <_x0031_589920765450 jcr:primaryType="nt:unstructured" sling:resourceType="dam/cfm/admin/...
As listed in the docs https://docs.adobe.com/content/help/en/experience-manager-65/assets/extending/mac-api-assets.html to access assets using API..https://[hostname]:[port]/api.jsonhttps://[hostname]:[server]/api/assets.jsonis there a way to change the path of the default "/api/...." to be somethin...
@vanegi Using it something like this..<copyText
jcr:primaryType="nt:unstructured"
sling:resourceType="cq/gui/components/authoring/dialog/richtext"
fieldLabel="Copyright Text"
name="./copyRightText"
removeSingleParagraphContainer="{Boolean}true"
useFixedInlineToolbar="{Boolean}true"
req...
Environment: AEM 6.5, SP 6.5.4, MacOs, Chrome 84.0 (On Firefox it showed once, but did not after that).While editing an experience fragment, the controls on the RTE do not show. While in expanded view they do.. what may be the issue?
We understand that we need Service Ranking to invoke services (https://helpx.adobe.com/experience-manager/using/osgi_getting_started.html) But is there any reason for using specifically "60000" ServiceRanking to invoke a custom authentication handler? We are following this https://helpx.adobe.com/ex...
Are there any working examples? The example on docs page isn't clear. We are using something like thisAuthenticationInfo authinfo = TokenUtil.createCredentials(request, response, this.repository, userId, true);but need to update to AEM 6.5