API: Allow to set a custom pagination size

This commit is contained in:
Raphael Michel
2021-07-13 18:20:12 +02:00
parent ac16d9d900
commit 75dc80eb09
3 changed files with 9 additions and 2 deletions
+2 -1
View File
@@ -87,7 +87,8 @@ respectively, or ``null`` if there is no such page. You can use those URLs to re
respective page.
The field ``results`` contains a list of objects representing the first results. For most
objects, every page contains 50 results.
objects, every page contains 50 results. You can specify a lower pagination size using the
``page_size`` query parameter, but no more than 50.
Conditional fetching
--------------------