File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -937,11 +937,10 @@ GET /articles/1?include=comments.author HTTP/1.1
937
937
Accept: application/vnd.api+json
938
938
```
939
939
940
- > Note: Because compound documents require full linkage, intermediate
941
- resources in a multi-part path must be returned along with the leaf nodes.
942
- For example, a response to a request for ` comments.author ` should
943
- automatically include ` comments ` as well as the ` author ` of each of those
944
- ` comments ` .
940
+ > Note: Because [ compound documents] [ compound document ] require full linkage,
941
+ intermediate resources in a multi-part path must be returned along with the leaf
942
+ nodes. For example, a response to a request for ` comments.author ` should
943
+ include ` comments ` as well as the ` author ` of each of those ` comments ` .
945
944
946
945
> Note: A server may choose to expose a deeply nested relationship such as
947
946
` comments.author ` as a direct relationship with an alias such as
You can’t perform that action at this time.
0 commit comments