MicroStrategy/mstrio-py

Remove ACL for a folder by one Rest API call

jdzivy38 opened this issue · 0 comments

USE CASE:
I am planning to update ACLs for folders in a project:

  • Remove ACL
  • Add ACL
    I have found the method modify_rights to manage ACL for an object Folder: mstrio-py/mstrio/utils/acl.py at master · MicroStrategy/mstrio-py (github.com)

This method iterates through a list of folder’s ids and trustees and update the object Folder.
If I have 10 folder’s ids and 5 trustees in the list, finally 50 updates will be provided to complete it.

EXPECTATION:
Do I have any chance to remove ACL for a folder by an one Rest API call?
I haven’t found endpoint to remove a full ACL for a folder.