Skip to content

Commit c2699db

Browse files
committed
add $ sign
1 parent 67610b2 commit c2699db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/patterns/alternate-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Take a look at the `user` resource: while the `id` remains a perfectly valid way
1414

1515
While it is still possible to use the oData filter, such as
1616

17-
`https://graph.microsoft.com/v1.0/users?filter=mail eq '[email protected]'`, the returned result is wrapped in an array that needs to be unpacked.
17+
`https://graph.microsoft.com/v1.0/users?$filter=mail eq '[email protected]'`, the returned result is wrapped in an array that needs to be unpacked.
1818

1919
## Solution
2020

0 commit comments

Comments
 (0)