Skip to content

Commit a59f820

Browse files
authored
Update collections.md
1 parent 7823796 commit a59f820

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

graph/articles/collections.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,8 @@ GET /foos/{fooId}?$select=bars
457457
}
458458
```
459459

460+
2. The default behavior for structural collections is to include them in the response payload for their containing entity. If this was the behavior of `foo` before, it must be preserved by **auto-expanding** the `bars` property now that it is a navigation property (because the default behavior for navigation properties is to **not** expand them).
461+
3. Structural collections are updated using `PATCH` requests to replace the entire contents of the collection. The new navigation property must preserve this behavior.
460462

461463

462464

0 commit comments

Comments
 (0)