Skip to content
Snippets Groups Projects

ENH: Allow kwargs for Entity.update in Entity.update_acl

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -1451,7 +1451,7 @@ out: List[Entity]
flags={"ACL": None}).acl
def update_acl(self, **kwargs):
"""Update this entities ACL on the server.
"""Update this entity's ACL on the server.
Note
----
Loading