Skip to content

Commit 0dba957

Browse files
Merge pull request SharePoint#8414 from milanholemans/spwebhook-typo
Fixes wrong parameter name in update webhook docs
2 parents 09f6f74 + c6f4a2b commit 0dba957

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/apis/webhooks/lists/update-subscription.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
title: Update a subscription
33
description: Updates a webhook subscription on a SharePoint list.
4-
ms.date: 02/08/2018
5-
ms.prod: sharepoint
4+
ms.date: 09/06/2022
65
ms.localizationpriority: medium
76
---
87

@@ -57,7 +56,7 @@ Name | Type | Description
5756
-----|------|------------
5857
notificationUrl|string|The service URL to send notifications to.
5958
expirationDateTime|date|The date the notification will expire and be deleted.
60-
client-clientState|string|Optional. Opaque string passed back to the client on all notifications.<br/>You can use this for validating notifications or tagging different subscriptions.
59+
clientState|string|Optional. Opaque string passed back to the client on all notifications.<br/>You can use this for validating notifications or tagging different subscriptions.
6160

6261

6362
## Response

0 commit comments

Comments
 (0)