Skip to content

Commit 2698c9f

Browse files
Update graph/GuidelinesGraph.md
Co-authored-by: Peter Richards <[email protected]>
1 parent fdef09f commit 2698c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/GuidelinesGraph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Guidelines](https://github.com/microsoft/api-guidelines/blob/master/Guidelines.m
184184
| :ballot_box_with_check: **SHOULD** support \$filter with eq, ne operations on properties of entities for collections|
185185
| :heavy_check_mark: **MUST** support server-side pagination for collections |
186186
| :ballot_box_with_check: **SHOULD** support pagination $top, $skip and $count for collections |
187-
187+
| :ballot_box_with_check: **SHOULD** sorting with \$orderby both ascending and descending on properties of the entities
188188
The query options part of an OData URL can be quite long, potentially exceeding
189189
the maximum length of URLs supported by components involved in transmitting or
190190
processing the request. One way to avoid this is to use the POST verb instead of

0 commit comments

Comments
 (0)