Skip to content

Commit 95e5233

Browse files
thechriskentVesaJuvonen
authored andcommitted
Changed expiration from 6 months to 180 days (SharePoint#2178)
1 parent c36f809 commit 95e5233

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The following information is required for creating a new subscription:
2020

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

2525
You can also include the following information if needed:
2626

@@ -144,9 +144,9 @@ If an error occurs while sending the notification to your application, SharePoin
144144

145145
## Expiration
146146

147-
Webhook subscriptions are set to expire after 6 months by default if an **expirationDateTime** value is not specified.
147+
Webhook subscriptions are set to expire after 180 days by default if an **expirationDateTime** value is not specified.
148148

149-
You need to set an expiration date when creating the subscription. The expiration date should be less than 6 months. Your application is expected to handle the expiration date according to your application's needs by updating the subscription periodically.
149+
You need to set an expiration date when creating the subscription. The expiration date should be less than 180 days. Your application is expected to handle the expiration date according to your application's needs by updating the subscription periodically.
150150

151151
## Retry mechanism
152152

0 commit comments

Comments
 (0)