Skip to content

Commit 504bedb

Browse files
committed
added link
1 parent 98858bd commit 504bedb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/patterns/change-tracking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This function returns a delta payload. A delta payload consists of a collection
1717

1818
Annotations allow the delta payload to indicate resources or links which have been deleted. API callers are expected to differentiate resource adds from updates by interpreting the id property of the change records against the existence of resources in whatever external system is doing the processing.
1919

20-
The pattern requires a sequence of requests on the delta function:
20+
The pattern requires a sequence of requests on the delta function, for additional details see [Change Tracking](https://learn.microsoft.com/en-us/graph/delta-query-overview?tabs=http#use-delta-query-to-track-changes-in-a-resource-collection):
2121

2222
1. GET request which returns the first page of the current state of the resources that delta applies to.
2323
2. [Optionally] Further GET requests to retrieve more pages of the current state via the `@odata.nextLink` URL.

0 commit comments

Comments
 (0)