File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ AMS does this through two components: **serializers** and **adapters**.
8
8
Serializers describe _ which_ attributes and relationships should be serialized.
9
9
Adapters describe _ how_ attributes and relationships should be serialized.
10
10
11
- By default AMS will use the JsonApi Adapter that follows RC3 of the format specified in [ jsonapi.org/format] ( http://jsonapi.org/format ) .
11
+ By default AMS will use the JsonApi Adapter that follows RC4 of the format specified in [ jsonapi.org/format] ( http://jsonapi.org/format ) .
12
12
Check how to change the adapter in the sections bellow.
13
13
14
14
# RELEASE CANDIDATE, PLEASE READ
178
178
179
179
#### JSONAPI
180
180
181
- This adapter follows RC3 of the format specified in
181
+ This adapter follows RC4 of the format specified in
182
182
[ jsonapi.org/format] ( http://jsonapi.org/format ) . It will include the associated
183
183
resources in the ` "included" ` member when the resource names are included in the
184
184
` include ` option.
You can’t perform that action at this time.
0 commit comments