Skip to content

Commit 6255298

Browse files
Update graph/patterns/alternate-key.md
Co-authored-by: Darrel <[email protected]>
1 parent 97b3a27 commit 6255298

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
@@ -20,7 +20,7 @@ While it is still possible to use the OData filter, such as
2020

2121
---
2222

23-
oData offers resource addressing via an alternate key using the same parentheses-style convention as for the canonical key, with one difference: single-part alternate keys MUST specify the key property name to unambiguously determine the alternate key.
23+
OData offers resource addressing via an alternate key using the same parentheses-style convention as for the canonical key, with one difference: single-part alternate keys MUST specify the key property name to unambiguously determine the alternate key.
2424

2525
https://graph.microsoft.com/v1.0/users(0) - Retrieves the employee with ID = 0
2626
https://graph.microsoft.com/v1.0/users(email='[email protected]') Retrieves the employee with the email matching `[email protected]`

0 commit comments

Comments
 (0)