Hi,
I was trying to update the metadata property using cURL command on local Instance. If the asset exists the property will be updated successfully without any failure.
If Asset doesn't exists in DAM and I try to update the property then the sling:folder structure will be created with <assetname>/jcr:content/metadata which is the real problem.
Command used to update the property :
curl -u admin:admin -Fsubscribable="true" http://localhost:4502/content/dam/abc/documents/en/advisors/product/jcr%3Acontent/metadata
Please help to fix this issue.
Thank you in advance