Skip to content

Commit 6d0945e

Browse files
committed
Clarify advanced permission management note in sharing settings tutorial
1 parent e1b00bf commit 6d0945e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/tutorials/python/sharing_settings.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,9 @@ Entity syn####### ACL:
204204

205205
## 8. Advanced Permission Management
206206

207-
Using `overwrite=False` will allow you to add Permissions Non-destructively
207+
Using `overwrite=False` will allow you to add Permissions Non-destructively.
208+
209+
**Note:** The default behavior is `overwrite=True` which will replace the permissions for the given Principal.
208210

209211
```python
210212
{!docs/tutorials/python/tutorial_scripts/sharing_settings.py!lines=118-132}

0 commit comments

Comments
 (0)