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 b3beb15 commit f3bb5b9Copy full SHA for f3bb5b9
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