Skip to content

Commit 68a7517

Browse files
committed
Update schema.md
1 parent 14e8464 commit 68a7517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/jsonapi/schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Example supported requests
2626
- Relationships
2727
- GET /articles/1/relationships/comments
2828
- GET /articles/1/relationships/author
29-
- Optional: [Inclusion of related resources](http://jsonapi.org/format/#fetching-includes) `ActiveModel::Serializer::Fieldset`
29+
- Optional: [Inclusion of related resources](http://jsonapi.org/format/#fetching-includes) `ActiveModel::Serializer::IncludeTree`
3030
- GET /articles/1?`include`=comments
3131
- GET /articles/1?`include`=comments.author
3232
- GET /articles/1?`include`=author,comments.author

0 commit comments

Comments
 (0)