Skip to content

Commit e5dd9aa

Browse files
authored
Merge pull request #847 from jussihi/master
Add a note for Entra ID permissions when updating SP metadata fields
2 parents 377b429 + 8d02e79 commit e5dd9aa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

examples/sharepoint/listitems/system_update.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
"""
22
Demonstrates how to update system metadata properties of List Item
3+
4+
Note: When using Entra ID (former Azure AD), some system metadata updates
5+
(e.g. Author, Editor) require Sites.FullControl permission.
36
"""
47

58
import sys

0 commit comments

Comments
 (0)