@@ -18,6 +18,33 @@ JSON API requires use of the JSON API media type
18
18
([ ` application/vnd.api+json ` ] ( http://www.iana.org/assignments/media-types/application/vnd.api+json ) )
19
19
for exchanging data.
20
20
21
+ ** Table of Contents**
22
+
23
+ - [ Status] ( #status )
24
+ - [ Introduction] ( #introduction )
25
+ - [ Conventions] ( #conventions )
26
+ - [ Extending] ( #extending )
27
+ - [ Document Structure] ( #document-structure )
28
+ - [ Top Level] ( #document-structure-top-level )
29
+ - [ Resource Objects] ( #document-structure-resource-objects )
30
+ - [ Compound Documents] ( #document-structure-compound-documents )
31
+ - [ Meta information] ( #document-structure-meta )
32
+ - [ Top-level Links] ( #document-structure-top-level-links )
33
+ - [ Fetching Data] ( #fetching )
34
+ - [ Fetching Resources] ( #fetching-resources )
35
+ - [ Fetching Relationships] ( #fetching-relationships )
36
+ - [ Inclusion of Related Resources] ( #fetching-includes )
37
+ - [ Sparse Fieldsets] ( #fetching-sparse-fieldsets )
38
+ - [ Sorting] ( #fetching-sorting )
39
+ - [ Pagination] ( #fetching-pagination )
40
+ - [ Filtering] ( #fetching-filtering )
41
+ - [ Creating, Updating and Deleting Resources] ( #crud )
42
+ - [ Creating Resources] ( #crud-creating )
43
+ - [ Updating Resources] ( #crud-updating )
44
+ - [ Updating Relationships] ( #crud-updating-relationships )
45
+ - [ Deleting Resources] ( #crud-deleting )
46
+ - [ Errors] ( #errors )
47
+
21
48
## Conventions <a href =" #conventions " id =" conventions " class =" headerlink " ></a >
22
49
23
50
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD",
0 commit comments