We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e8464 commit 68a7517Copy full SHA for 68a7517
docs/jsonapi/schema.md
@@ -26,7 +26,7 @@ Example supported requests
26
- Relationships
27
- GET /articles/1/relationships/comments
28
- GET /articles/1/relationships/author
29
-- Optional: [Inclusion of related resources](http://jsonapi.org/format/#fetching-includes) `ActiveModel::Serializer::Fieldset`
+- Optional: [Inclusion of related resources](http://jsonapi.org/format/#fetching-includes) `ActiveModel::Serializer::IncludeTree`
30
- GET /articles/1?`include`=comments
31
- GET /articles/1?`include`=comments.author
32
- GET /articles/1?`include`=author,comments.author
0 commit comments