We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 740980e commit e319ff6Copy full SHA for e319ff6
rest-api-guidelines/execution/pagination.md
@@ -15,7 +15,7 @@ The Collection of Orders using the collection navigation link and `offset` and `
15
"first": { "href": "/orders?limit=10" },
16
"last": { "href": "/orders?offset=900&limit=10" }
17
},
18
- "total_count": 910,
+ "totalCount": 910,
19
"_embedded": {
20
"order": [
21
{ ... },
0 commit comments