You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/release/models/relationships.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -358,7 +358,7 @@ with the post as well.
358
358
The [JSON:API specification allows](http://jsonapi.org/format/#fetching-includes)
359
359
servers to accept a query parameter with the key `include` as a request to
360
360
include those related records in the response returned to the client.
361
-
The value of the parameter should be a comma-separated list of names of the
361
+
The value of the parameter should be an array of names of the
362
362
relationships required.
363
363
364
364
If you are using an adapter that supports JSON:API, such as Ember's default [`JSONAPIAdapter`](https://api.emberjs.com/ember-data/release/classes/JSONAPIAdapter),
0 commit comments