We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b00bf commit 6d0945eCopy full SHA for 6d0945e
docs/tutorials/python/sharing_settings.md
@@ -204,7 +204,9 @@ Entity syn####### ACL:
204
205
## 8. Advanced Permission Management
206
207
-Using `overwrite=False` will allow you to add Permissions Non-destructively
+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.
210
211
```python
212
{!docs/tutorials/python/tutorial_scripts/sharing_settings.py!lines=118-132}
0 commit comments