Skip to content

Commit cb24a85

Browse files
authored
fix missing L from URL word
"Server notification UR" must be "Server notification URL"
1 parent 43e6105 commit cb24a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/apis/webhooks/overview-sharepoint-webhooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To create a new SharePoint webhook, you add a new subscription to the specific S
2020
The following information is required for creating a new subscription:
2121

2222
- **Resource**. The resource endpoint URL you are creating the subscription for. For example, a SharePoint List API URL.
23-
- **Server notification UR**. Your service endpoint URL. SharePoint sends an HTTP POST to this endpoint when events occur in the specified resource.
23+
- **Server notification URL**. Your service endpoint URL. SharePoint sends an HTTP POST to this endpoint when events occur in the specified resource.
2424
- **Expiration date**. The expiration date for your subscription. The expiration date should not be more than 180 days. By default, subscriptions are set to expire 180 days from when they are created.
2525

2626
You can also include the following information if needed:

0 commit comments

Comments
 (0)