File tree Expand file tree Collapse file tree 5 files changed +8
-25
lines changed Expand file tree Collapse file tree 5 files changed +8
-25
lines changed Original file line number Diff line number Diff line change 1818* [ Document Link object] ( objects-document-link.md )
1919* [ Relationship Link object] ( objects-relationship-link.md )
2020* [ Error Link object] ( objects-error-link.md )
21- * [ Pagination object] ( objects-pagination.md )
2221* [ Jsonapi object] ( objects-jsonapi.md )
2322* [ Meta object] ( objects-meta.md )
2423
Original file line number Diff line number Diff line change @@ -16,4 +16,7 @@ _[Symbols definition](objects-introduction.md#symbols)_
1616--- | ---- | ----- | ----
1717? | self | ` string ` |
1818? | related | ` string ` |
19- ? | pagination | [ Pagination object] ( objects-pagination.md ) |
19+ ? | first | - ` null ` <br />- ` string ` |
20+ ? | last | - ` null ` <br />- ` string ` |
21+ ? | prev | - ` null ` <br />- ` string ` |
22+ ? | next | - ` null ` <br />- ` string ` |
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ All possible objects and their hierarchical structure are listet below.
34341 . [ Document Link object] ( objects-document-link.md )
35351 . [ Relationship Link object] ( objects-relationship-link.md )
36361 . [ Error Link object] ( objects-error-link.md )
37- 1 . [ Pagination object] ( objects-pagination.md )
38371 . [ Jsonapi object] ( objects-jsonapi.md )
39381 . [ Meta object] ( objects-meta.md )
4039
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -16,4 +16,7 @@ _[Symbols definition](objects-introduction.md#symbols)_
1616--- | ---- | ----- | ----
1717# | self | ` string ` |
1818# | related | ` string ` |
19- ? | pagination | [ Pagination object] ( objects-pagination.md ) | Only exists if the parent relationship object represents a to-many relationship
19+ ? | first | - ` null ` <br />- ` string ` | Only exists if the parent relationship object represents a to-many relationship |
20+ ? | last | - ` null ` <br />- ` string ` | Only exists if the parent relationship object represents a to-many relationship |
21+ ? | prev | - ` null ` <br />- ` string ` | Only exists if the parent relationship object represents a to-many relationship |
22+ ? | next | - ` null ` <br />- ` string ` | Only exists if the parent relationship object represents a to-many relationship |
You can’t perform that action at this time.
0 commit comments