Skip to content

Commit 69182e4

Browse files
committed
Change to reference usage documents since Documentation.md does not exist
1 parent 104f616 commit 69182e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

O365/subscriptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def create_subscription(
116116
) -> Optional[dict]:
117117
"""Create a Microsoft Graph webhook subscription.
118118
119-
See Documentation.md for webhook setup requirements.
119+
See subscriptions usage documentation for webhook setup requirements.
120120
"""
121121
if not notification_url:
122122
raise ValueError("notification_url must be provided.")

0 commit comments

Comments
 (0)