From 10f458d1ec24182100e2e2c7071ea94ccf22ed79 Mon Sep 17 00:00:00 2001 From: Daniel <d.hornung@indiscale.com> Date: Tue, 30 Apr 2024 08:37:20 +0200 Subject: [PATCH] DOC: Small additions. --- src/linkahead/common/models.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/linkahead/common/models.py b/src/linkahead/common/models.py index 65b945ce..20a6a7fb 100644 --- a/src/linkahead/common/models.py +++ b/src/linkahead/common/models.py @@ -1453,6 +1453,9 @@ out: List[Entity] def update_acl(self, **kwargs): """Update this entity's ACL on the server. + A typical workflow is to first edit ``self.acl`` and then call this + method. + Note ---- This overwrites any existing ACL, so you may want to run @@ -1461,7 +1464,7 @@ out: List[Entity] Parameters ---------- **kwargs : dict - Keyword arguments that are being passed through to the + Keyword arguments that are passed through to the ``Entity.update`` method. Returns -- GitLab