@@ -203,10 +203,9 @@ Guidelines](https://github.com/microsoft/api-guidelines/blob/master/Guidelines.m
203
203
| ----------------------------------------------------------------------------------------------------|
204
204
| :heavy_check_mark : ** DO** support \$ select, \$ top, \$ filter query options |
205
205
| :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 |
207
206
| :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 |
210
209
211
210
Limitations of \$ query requests made to Microsoft Graph:
212
211
@@ -232,10 +231,10 @@ Options](http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part2-url-conv
232
231
| :heavy_check_mark : ** DO** verify that the primary id of an entity type is string |
233
232
| :heavy_check_mark : ** DO** verify that the primary key must also be defined as a property. |
234
233
| :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 |
236
234
| :heavy_check_mark : ** DO** use an object as the root of all JSON payloads. |
237
235
| :heavy_check_mark : ** DO** use a value property in the root object to return a collection. |
238
236
| :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 |
239
238
240
239
### Recommended Modeling Patterns
241
240
0 commit comments