Skip to content

Commit f60c488

Browse files
authored
Update Guidelines.md
1 parent dcf60b6 commit f60c488

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Guidelines.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,10 @@ This document establishes the guidelines Microsoft REST APIs SHOULD follow so RE
9696
- [9.7.2. Operator examples](#972-operator-examples)
9797
- [9.7.3. Operator precedence](#973-operator-precedence)
9898
- [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)
102103
- [9.9. Compound collection operations](#99-compound-collection-operations)
103104
- [9.10. Empty Results](#910-empty-results)
104105
- [10. Delta queries](#10-delta-queries)
@@ -1008,7 +1009,7 @@ Content-Type: application/json
10081009
}
10091010
```
10101011

1011-
#### 9.8.3. Additional considerations
1012+
#### 9.8.4. Additional considerations
10121013
**Stable order prerequisite:** Both forms of paging depend on the collection of items having a stable order.
10131014
The server MUST supplement any specified order criteria with additional sorts (typically by key) to ensure that items are always ordered consistently.
10141015

0 commit comments

Comments
 (0)