Skip to content

Commit 569c1bc

Browse files
authored
Updated clientState
`clientState` should be `clientState` and not `client-clientState`
1 parent 0e6e3ba commit 569c1bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Name | Type | Description
4545
resource|string|The URL of the list to receive notifications from.
4646
notificationUrl|string|The service URL to send notifications to.
4747
expirationDateTime|date|The date the notification will expire and be deleted.
48-
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.
48+
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.
4949

5050

5151
### Example
@@ -89,4 +89,4 @@ If your service fails to validate the request in this way, the subscription is n
8989
## See also
9090

9191
- [SharePoint list webhooks](overview-sharepoint-list-webhooks.md)
92-
- [Overview of SharePoint webhooks](../overview-sharepoint-webhooks.md)
92+
- [Overview of SharePoint webhooks](../overview-sharepoint-webhooks.md)

0 commit comments

Comments
 (0)