Skip to content

Commit ba51283

Browse files
committed
clarify the example
'
1 parent 7250de3 commit ba51283

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
@@ -50,7 +50,7 @@ Declare `mail` and `ssn` as alternate keys on an entity:
5050
<PropertyRef Name="id" />
5151
</Key>
5252
<Property Name="id" Type="Edm.Int32" />
53-
53+
5454
<Property Name="mail" Type="Edm.String" />
5555
<Property Name="ssn" Type="Edm.String" />
5656
<Annotation Term="Keys.AlternateKeys">
@@ -102,7 +102,7 @@ GET https://graph.microsoft.com/v1.0/users/?$filter=(ssn eq '123-45-6789')
102102
}
103103
```
104104

105-
2. Get a specific resource through the alternate key:
105+
2. Get a specific resource through the unique identifier, and then through the two alternate keys:
106106

107107
```http
108108
GET https://graph.microsoft.com/v1.0/users/1a89ade6-9f59-4fea-a139-23f84e3aef66

0 commit comments

Comments
 (0)