We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104f616 commit 69182e4Copy full SHA for 69182e4
O365/subscriptions.py
@@ -116,7 +116,7 @@ def create_subscription(
116
) -> Optional[dict]:
117
"""Create a Microsoft Graph webhook subscription.
118
119
- See Documentation.md for webhook setup requirements.
+ See subscriptions usage documentation for webhook setup requirements.
120
"""
121
if not notification_url:
122
raise ValueError("notification_url must be provided.")
0 commit comments