Skip to content

Commit 301caeb

Browse files
committed
Merge branch 'dm/navigationproperties' of https://github.com/microsoft/api-guidelines into dm/navigationproperties
2 parents 7a17ba8 + fcb0bf4 commit 301caeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/patterns/navigation-property.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ PUT /users/{id}/manager/$ref
165165
Content-Type: application/json
166166
167167
{
168-
"@OData.Id": "https://graph.microsoft.com/v1.0/users/{managerId}"
168+
"@odata.id": "https://graph.microsoft.com/v1.0/users/{managerId}"
169169
}
170170
171171
204 No Content

0 commit comments

Comments
 (0)