Skip to content

Commit ef9ca65

Browse files
committed
update in webhook docs
1 parent 84dd287 commit ef9ca65

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,7 @@ The notification doesn't include any information about the changes that triggere
131131
SharePoint webhooks only support asynchronous events. This means that webhooks are only fired after a change happened (similar to **-ed** events), and thus synchronous (**-ing** events) are not possible.
132132

133133
## Error handling
134-
If an error occurs while sending the notification to your application, SharePoint will follow exponential back-off logic. Any response with an HTTP status code outside of the 200-299 range, or that times out, will be attempted again over the next several minutes. If the request is not successful after 15 minutes, the notification is dropped.
135-
136-
Future notifications will still be attempted to your application, although the service may remove the subscription if a sufficient number of failures are detected.
134+
If an error occurs while sending the notification to your application, SharePoint will retry up to 5 times to deliver the notification. Any response with an HTTP status code outside of the 200-299 range, or that times out, will be attempted again 5 minute later. If the request is not successful after 5 attempts, the notification is dropped. Future notifications will still be attempted to your application.
137135

138136
## Expiration
139137
Webhook subscriptions are set to expire after 6 months by default if an **expirationDateTime** value is not specified.

0 commit comments

Comments
 (0)