Skip to content

Commit 4cdd0cf

Browse files
committed
Updated docs
1 parent 0907b65 commit 4cdd0cf

File tree

5 files changed

+8
-25
lines changed

5 files changed

+8
-25
lines changed

docs/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
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

docs/objects-document-link.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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` |

docs/objects-introduction.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ All possible objects and their hierarchical structure are listet below.
3434
1. [Document Link object](objects-document-link.md)
3535
1. [Relationship Link object](objects-relationship-link.md)
3636
1. [Error Link object](objects-error-link.md)
37-
1. [Pagination object](objects-pagination.md)
3837
1. [Jsonapi object](objects-jsonapi.md)
3938
1. [Meta object](objects-meta.md)
4039

docs/objects-pagination.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

docs/objects-relationship-link.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)