Skip to content

Commit e319ff6

Browse files
authored
Update Pagination example with naming conventions
1 parent 740980e commit e319ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: rest-api-guidelines/execution/pagination.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The Collection of Orders using the collection navigation link and `offset` and `
1515
"first": { "href": "/orders?limit=10" },
1616
"last": { "href": "/orders?offset=900&limit=10" }
1717
},
18-
"total_count": 910,
18+
"totalCount": 910,
1919
"_embedded": {
2020
"order": [
2121
{ ... },

0 commit comments

Comments
 (0)