Skip to content

Commit

Permalink
Add a note for Entra ID permissions when updating SP metadata fields
Browse files Browse the repository at this point in the history
  • Loading branch information
jussihi committed Apr 15, 2024
1 parent 377b429 commit 8d02e79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/sharepoint/listitems/system_update.py
Original file line number Diff line number Diff line change
@@ -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 8d02e79

Please sign in to comment.