-
Type: Task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.8.0-HF02, 5.9.1
-
Component/s: Rest API
The operation accepts document, documents, and produces document, or documents.
Its parameters are :
- ACL name
- principals: (string list)
- permissions (string list)
The permission are strings (ReadWrite, Write) and the operation makes sure that the given principals have those permissions on this ACL. It may "canonicalize" the ACL, by deleting some ACEs that would be useless.
Test case:
In DM UI, I deny Read to John on a document
with this operation, I do a call that add ReadWrite to John.
I go to DM UI again, do an XML export of the document, I can see that the deny read has disappeared from the ACE list.