File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -96,9 +96,10 @@ This document establishes the guidelines Microsoft REST APIs SHOULD follow so RE
96
96
- [ 9.7.2. Operator examples] ( #972-operator-examples )
97
97
- [ 9.7.3. Operator precedence] ( #973-operator-precedence )
98
98
- [ 9.8. Pagination] ( #98-pagination )
99
- - [ 9.8.1. Server-driven paging] ( #981-server-driven-paging )
100
- - [ 9.8.2. Client-driven paging] ( #982-client-driven-paging )
101
- - [ 9.8.3. Additional considerations] ( #983-additional-considerations )
99
+ - [ 9.8.1. Continuation tokens] ( #981-continuation-tokens )
100
+ - [ 9.8.2. Server-driven paging] ( #982-server-driven-paging )
101
+ - [ 9.8.3. Client-driven paging] ( #983-client-driven-paging )
102
+ - [ 9.8.4. Additional considerations] ( #984-additional-considerations )
102
103
- [ 9.9. Compound collection operations] ( #99-compound-collection-operations )
103
104
- [ 9.10. Empty Results] ( #910-empty-results )
104
105
- [ 10. Delta queries] ( #10-delta-queries )
@@ -1008,7 +1009,7 @@ Content-Type: application/json
1008
1009
}
1009
1010
```
1010
1011
1011
- #### 9.8.3 . Additional considerations
1012
+ #### 9.8.4 . Additional considerations
1012
1013
** Stable order prerequisite:** Both forms of paging depend on the collection of items having a stable order.
1013
1014
The server MUST supplement any specified order criteria with additional sorts (typically by key) to ensure that items are always ordered consistently.
1014
1015
You can’t perform that action at this time.
0 commit comments