Skip to content

Commit 37ac246

Browse files
committed
property->attribute
1 parent a3966c7 commit 37ac246

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graph/patterns/alternate-key.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ While it is still possible to use the oData filter, such as
1919
## Solution
2020
--------
2121

22-
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.
22+
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 attribute name to unambiguously determine the alternate key.
2323

2424
https://graph.microsoft.com/v1.0/users(0) - Retrieves the employee with ID = 0
2525
https://graph.microsoft.com/v1.0/users(email='[email protected]') Retrieves the employee with the email matching `[email protected]`
@@ -34,7 +34,7 @@ In such case, we **strongly** advice to throw an exception and encourage the use
3434
## Example
3535
-------
3636

37-
The same user identified via the alternate key SSN, the canonical (primary) key ID using the non-canonical long form with specified key property name, and the canonical short form without key property name
37+
The same user identified via the alternate key SSN, the canonical (primary) key ID using the non-canonical long form with specified key attribute name, and the canonical short form without key attribute name
3838

3939
https://graph.microsoft.com/v1.0/users/1a89ade6-9f59-4fea-a139-23f84e3aef66
4040

0 commit comments

Comments
 (0)