Skip to content

Commit 4369f57

Browse files
OlgaPododkershaw10
andauthored
Update graph/GuidelinesGraph.md
Co-authored-by: Dan Kershaw [MSFT] <[email protected]>
1 parent 7380cc3 commit 4369f57

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
@@ -167,7 +167,7 @@ Microsoft Graph APIs should support basic query options in conformance with ODat
167167
|----------------------------------------------------------------------------------------------------|
168168
| :heavy_check_mark: **MUST** support `$select on resource` to enable properties projection. |
169169
| :ballot_box_with_check: **SHOULD** support `$expand=navProp1` option for navigation properties of entities. |
170-
| :ballot_box_with_check: **SHOULD** support `$filter with eq`, `ne` operations on properties of entities for collections. |
170+
| :ballot_box_with_check: **SHOULD** support `$filter` with `eq` and `ne` operations on properties of entity collections. |
171171
| :heavy_check_mark: **MUST** support [server-driven pagination](https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#981-server-driven-paging) of collections using a [nextLink](http://docs.oasis-open.org/odata/odata-json-format/v4.01/odata-json-format-v4.01.html#sec_ControlInformationnextLinkodatanextL). |
172172
| :ballot_box_with_check: **SHOULD** support [client-driven pagination](https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#982-client-driven-paging) of collections using `$top` and `$skip` (or `$skipToken`). |
173173
| :ballot_box_with_check: **SHOULD** support `$count` for collections. |

0 commit comments

Comments
 (0)