Skip to content

Commit 15844d0

Browse files
committed
fixed pattern name
1 parent 5a6465d commit 15844d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graph/patterns/change-notification.md renamed to graph/patterns/change-tracking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Change notification
1+
# Change tracking
22

33
Microsoft Graph API Design Pattern
44

@@ -47,7 +47,7 @@ When API consumers need guaranteed data integrity over the set of changes to Gra
4747

4848
or to some logical parent resource, where the change records are implied to be relative to all collections contained within the parent, for example
4949
`/me/planner/all/delta` – this returns changes to any resource within planner that a user is subscribed to as a heterogenous collection.
50-
- Delta payload requirements [OData spec](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_DeltaPayloadResponse)
50+
- Delta payload requirements
5151
- The payload is a collection of change records using the standard Graph collection format.
5252
- The change records are full or partial representations of the resources that changed using the standard Graph types for the resources.
5353
- When a change representing a resource update is included in the payload the API producer MAY return either the changed properties or the full entity. The id of the resource MUST be included in every change record. - The nextLink provides a mechanism to do server-driven paging through the change data that is currently available. When there are no further pages of changes immediately available, a deltaLink is returned instead.

0 commit comments

Comments
 (0)