Update schema.md

This commit is contained in:
Lucas Hosseini 2015-10-26 09:07:37 +01:00
parent 14e84640c1
commit 68a751744e

View File

@ -26,7 +26,7 @@ Example supported requests
- Relationships - Relationships
- GET /articles/1/relationships/comments - GET /articles/1/relationships/comments
- GET /articles/1/relationships/author - GET /articles/1/relationships/author
- 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`
- GET /articles/1?`include`=comments - GET /articles/1?`include`=comments
- GET /articles/1?`include`=comments.author - GET /articles/1?`include`=comments.author
- GET /articles/1?`include`=author,comments.author - GET /articles/1?`include`=author,comments.author