Skip to content

Commit f2a8a43

Browse files
authored
Merge branch 'main' into iot/docUpdates
2 parents 2b18122 + 495731a commit f2a8a43

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

concepts/changenotifications-for-callrecords.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ Content-Type: application/json
3838
}
3939
```
4040

41-
Change notifications for call records support both `create` and `update` notification types. A subscription for `create` changes only sends a single notification when a call record is first generated. A call record is created after a call or meeting ends and remains accessible for 30 days.
41+
Change notifications for call records support both `create` and `update` notification types. A subscription for `create` changes only sends a single notification when a call record is first seen on a particular subscription. A call record is created after a call or meeting ends and remains accessible for 30 days.
4242

43-
A subscription for `update` changes includes an initial notification when the record is first generated and any subsequent notifications as that record is modified. Because specific call record attributes depend on client-side signals, which can be subject to delays or interruptions due to network issues, a call record might undergo updates with new or revised information after its initial creation. These changes trigger an `update` notification, and the record's `version` field is incremented to indicate the modification.
43+
A subscription for `update` changes includes an initial notification when the record is first seen on a particular subscription and any subsequent notifications as that record is modified. Because specific call record attributes depend on client-side signals, which can be subject to delays or interruptions due to network issues, a call record might undergo updates with new or revised information after its initial creation. These changes trigger an `update` notification, and the record's `version` field is incremented to indicate the modification.
4444

4545
The latency of change notifications and the maximum subscription expiration period are defined in the [change notifications overview](/graph/webhooks).
4646

concepts/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ items:
567567
href: connecting-external-content-build-quickstart.yml
568568
displayName: connectors, Microsoft Graph connectors
569569
- name: Connectors samples
570-
href: /samples/browse/?products=microsoft-graph-connectors-api
570+
href: /samples/browse/?terms=graph%20connectors
571571
- name: Community connectors samples
572572
href: https://adoption.microsoft.com/sample-solution-gallery/?product=Microsoft+Graph+connectors
573573
- name: Build your first custom connector using SDK

0 commit comments

Comments
 (0)