Skip to content

Commit 3fad2e5

Browse files
committed
reordering
1 parent d9974f0 commit 3fad2e5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

graph/GuidelinesGraph.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,9 @@ Guidelines](https://github.com/microsoft/api-guidelines/blob/master/Guidelines.m
203203
|----------------------------------------------------------------------------------------------------|
204204
| :heavy_check_mark: **DO** support \$select, \$top, \$filter query options |
205205
| :heavy_check_mark: **DO** support \$filter with eq, ne operations on properties of entities in the requested entity set |
206-
| :ballot_box_with_check: **CONSIDER** supporting \$skip, \$count |
207206
| :heavy_check_mark: **DO** use batch request to avoid too long query options |
208-
| :heavy_check_mark: **DO** use request body with the content-type text/plain for POST queries |
209-
| :heavy_check_mark: **DO** use request body with the content-type |
207+
| :heavy_check_mark: **DO** use content-type text/plain for POST queries |
208+
| :ballot_box_with_check: **CONSIDER** supporting \$skip, \$count |
210209

211210
Limitations of \$query requests made to Microsoft Graph:
212211

@@ -232,10 +231,10 @@ Options](http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part2-url-conv
232231
| :heavy_check_mark: **DO** verify that the primary id of an entity type is string |
233232
| :heavy_check_mark: **DO** verify that the primary key must also be defined as a property. |
234233
| :heavy_check_mark: **DO** verify that the primary key is composed of a single property and not multiple. |
235-
| :no_entry: **DO NOT** add the property id to a complex type |
236234
| :heavy_check_mark: **DO** use an object as the root of all JSON payloads. |
237235
| :heavy_check_mark: **DO** use a value property in the root object to return a collection. |
238236
| :heavy_check_mark: **DO** include @odata.type annotations when the type is ambiguous. |
237+
| :no_entry: **DO NOT** add the property id to a complex type |
239238

240239
### Recommended Modeling Patterns
241240

0 commit comments

Comments
 (0)