Skip to content

Commit 8802d51

Browse files
committed
Corrected meta object documentation
1 parent 00b0d8b commit 8802d51

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@ expects a response to look like the following::
4646
"meta": {
4747
"count": 20,
4848
"next": 2,
49-
"nextLink": "http://example.com/api/1.0/identities/?page=2",
49+
"next_link": "http://example.com/api/1.0/identities/?page=2",
50+
"page": 1,
5051
"previous": null,
51-
"prevousLink": null
52+
"previous_link": null
5253
}
5354
}
5455

0 commit comments

Comments
 (0)