Skip to content

Commit 80888fb

Browse files
committed
Update pagination page
1 parent 98b6f93 commit 80888fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/rest-api/pagination.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ This pagination method is only available for:
4747
- product models (since 2.0),
4848
- published products (since 2.0),
4949
- assets (since 2.1),
50+
- reference entities (since 3.0),
51+
- reference entity attribute options (since 3.0),
5052
- reference entity records (since 3.0).
5153
:::
5254

@@ -55,7 +57,7 @@ On the products, product models, published products and assets, you will have to
5557
:::
5658

5759
::: info
58-
For the reference entities and their records, the `Search-after` method is the only one available. So you don't have to worry about which method to choose. ;)
60+
For the reference entities and their records, and reference entity attribute options, the `Search-after` method is the only one available. So you don't have to worry about which method to choose. ;)
5961
:::
6062

6163
### Example

0 commit comments

Comments
 (0)