Skip to content

Commit 1449c2d

Browse files
authored
Merge pull request #25410 from microsoftgraph/users/sumanac/changenotificationremovepreview
Change notification doc update for V1.0
2 parents cff0f0b + 07c2a5f commit 1449c2d

File tree

3 files changed

+26
-4
lines changed

3 files changed

+26
-4
lines changed

changelog/Microsoft.SubscriptionServices.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
{
2-
"changelog": [
2+
"changelog": [
3+
{
4+
"ChangeList": [
5+
{
6+
"Id": "d626e42d-c075-44ae-82f3-cbf957370223",
7+
"ApiChange": "Parameter",
8+
"ChangedApiName": "subscription",
9+
"ChangeType": "Addition",
10+
"Description": "Enabled the `$notifyOnUserSpecificProperties` query parameter when you subscribe to [notifications in a particular chat](https://learn.microsoft.com/en-us/graph/teams-changenotifications-chat#subscribe-to-changes-in-a-particular-chat).",
11+
"Target": "subscription"
12+
}
13+
],
14+
"Id": "d626e42d-c075-44ae-82f3-cbf957370223",
15+
"Cloud": "prd",
16+
"Version": "v1.0",
17+
"CreatedDateTime": "2024-10-24T00:00:00",
18+
"WorkloadArea": "Change notifications",
19+
"SubArea": ""
20+
},
321
{
422
"ChangeList": [
523
{

concepts/teams-changenotifications-chat.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,16 @@ Content-Type: application/json
8181
}
8282
```
8383

84-
### Example 2: Subscribe to changes in a particular chat using the **notifyOnUserSpecificProperties** query parameter (preview)
84+
### Example 2: Subscribe to changes in a particular chat using the **notifyOnUserSpecificProperties** query parameter
8585

8686
The following example shows how to subscribe to receive notifications of changes in a particular chat by providing the **notifyOnUserSpecificProperties** query parameter.
8787

8888
```http
89-
POST https://graph.microsoft.com/beta/subscriptions
89+
POST https://graph.microsoft.com/v1.0/subscriptions
9090
Content-Type: application/json
9191
9292
{
93-
"changeType": "created,updated",
93+
"changeType": "updated",
9494
"notificationUrl": "https://webhook.azurewebsites.net/api/resourceNotifications",
9595
"resource": "/chats/{id}?notifyOnUserSpecificProperties=true",
9696
"includeResourceData": true,

concepts/whats-new-overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ Updated the endpoints of the following methods:
2525
- [List mailboxProtectionUnits](/graph/api/backuprestoreroot-list-mailboxprotectionunits)
2626
- [List siteProtectionUnits](/graph/api/backuprestoreroot-list-siteprotectionunits)
2727

28+
### Change notifications
29+
30+
Enabled the `$notifyOnUserSpecificProperties` query parameter as a value of the **resource** property in the [subscription](/graph/api/resources/subscription?view=graph-rest-beta&preserve-view=true) resource. You can use the [notifyOnUserSpecificProperties](/graph/teams-changenotifications-chat#notification-payloads-for-user-specific-properties) parameter when you subscribe to [notifications in a particular chat](/graph/teams-changenotifications-chat#subscribe-to-changes-in-a-particular-chat).
31+
2832
### Identity and access | Directory management
2933

3034
[Get](/graph/api/domain-get-rootdomain) the root domain of a subdomain.

0 commit comments

Comments
 (0)