Skip to content

Commit

Permalink
Merge pull request #847 from jussihi/master
Browse files Browse the repository at this point in the history
Add a note for Entra ID permissions when updating SP metadata fields
  • Loading branch information
vgrem committed Apr 15, 2024
2 parents 377b429 + 8d02e79 commit e5dd9aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/sharepoint/listitems/system_update.py
@@ -1,5 +1,8 @@
"""
Demonstrates how to update system metadata properties of List Item
Note: When using Entra ID (former Azure AD), some system metadata updates
(e.g. Author, Editor) require Sites.FullControl permission.
"""

import sys
Expand Down

0 comments on commit e5dd9aa

Please sign in to comment.