I am trying to update the ACL on a folder using REST. The call does not return an error but the ACL is not updated. Here are the details:
POST Request: https://<server>/dctm-rest/repositories/<REPO>/folders/<objectid>
BODY:
{"properties" : {"acl_name" : "<acl>", "acl_domain" :"<domain>"}}
The call executes and returns a folder object. This object has the "acl_name" and "acl_domain" values in it but they are the original values, not the ones supplied in the body. I have also confirmed the folder ACL has not changed in DA.
It is not a permission issue as I can update the ACL using DQL in DA on this object without any issue.
Can anyone tell me what I am doing wrong?
Thanks