Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api-reference/v1.0/api/device-get.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ The following request retrieves the **id** and **extensionAttributes** property
"name": "get_device_select"
}-->
```msgraph-interactive
GET https://graph.microsoft.com/beta/devices/6a59ea83-02bd-468f-a40b-f2c3d1821983?$select=id,extensionAttributes
GET https://graph.microsoft.com/v1.0/devices/6a59ea83-02bd-468f-a40b-f2c3d1821983?$select=id,extensionAttributes
```

# [C#](#tab/csharp)
Expand Down
2 changes: 1 addition & 1 deletion api-reference/v1.0/api/device-list-registeredusers.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ HTTP/1.1 200 OK
Content-type: application/json

{
"@odata.context": "https://graph.microsoft.com/beta/$metadata#directoryObjects",
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#directoryObjects",
"value": [
{
"@odata.type": "#microsoft.graph.user",
Expand Down
2 changes: 1 addition & 1 deletion api-reference/v1.0/api/device-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Content-type: text/plain
"name": "get_devices_select"
}-->
```msgraph-interactive
GET https://graph.microsoft.com/beta/devices?$select=id,extensionAttributes
GET https://graph.microsoft.com/v1.0/devices?$select=id,extensionAttributes
```

# [C#](#tab/csharp)
Expand Down
Loading