8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef9f1e6 commit 17b3fd6Copy full SHA for 17b3fd6
docs/api-guide/pagination.md
@@ -78,7 +78,7 @@ This pagination style accepts a single number page number in the request query p
78
79
HTTP 200 OK
80
{
81
- "count": 1023
+ "count": 1023,
82
"next": "https://api.example.org/accounts/?page=5",
83
"previous": "https://api.example.org/accounts/?page=3",
84
"results": [
@@ -126,7 +126,7 @@ This pagination style mirrors the syntax used when looking up multiple database
126
127
128
129
130
"next": "https://api.example.org/accounts/?limit=100&offset=500",
131
"previous": "https://api.example.org/accounts/?limit=100&offset=300",
132
0 commit comments