Skip to content

Commit cdcb0e3

Browse files
Update graph/articles/collections.md
Co-authored-by: Michael Pizzo <[email protected]>
1 parent 95063f9 commit cdcb0e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/articles/collections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,6 @@ GET /applications/{applicationId}?$select=keyCredentials
473473
```
474474

475475
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 `application` before, it must be preserved by **auto-expanding** the `keyCredentials` property now that it is a navigation property (because the default behavior for navigation properties is to **not** expand them).
476-
3. Structural collections are updated using `PATCH` requests to replace the entire contents of the collection. The new navigation property must preserve this behavior.
476+
3. Structural collections can be updated using a `PATCH` request to the containing entity to replace the entire contents of the collection. If the service supported such updates to the structural collection, then updates to the new navigation property must preserve this behavior.
477477

478478
TODO implement this in webapi

0 commit comments

Comments
 (0)