Skip to content

Commit f77fdc2

Browse files
authored
Port "Better multiple related resources request example" to v1.1 (json-api#1629)
1 parent adc530b commit f77fdc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_format/1.1/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1295,7 +1295,7 @@ documents without including potentially unwanted intermediate resources.
12951295
Multiple related resources can be requested in a comma-separated list:
12961296

12971297
```http
1298-
GET /articles/1?include=author,comments.author HTTP/1.1
1298+
GET /articles/1?include=comments.author,ratings HTTP/1.1
12991299
Accept: application/vnd.api+json
13001300
```
13011301

0 commit comments

Comments
 (0)