Skip to content

Commit 0e22ae8

Browse files
authored
Update collections.md
1 parent d878b73 commit 0e22ae8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graph/articles/collections.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ GET https://graph.microsoft.com/beta/teamwork/devices/0f3ce432-e432-0f3c-32e4-3c
4848
"value": {
4949
"@odata.type": "#microsoft.graph.teamworkDevice",
5050
"id": "0f3ce432-e432-0f3c-32e4-3c0f32e43c0f",
51-
"deviceType": "CollaborationBar",
51+
"deviceType": "CollaborationBar",371
5252
"hardwareDetail": {
5353
"serialNumber": "0189",
5454
"uniqueId": "5abcdefgh",
@@ -370,7 +370,7 @@ The model can be updated to have two collections side-by-side:
370370
```
371371
Clients will now be able to refer to individual `keyCredential`s using `keyId` as a key, and they can now remove those `keyCredential`s using `DELETE` requests:
372372
```http
373-
DELETE /applications/{applicationId}/keyCredentials/{some_keyId}
373+
DELETE /applications/{applicationId}/keyCredentialsAsEntities/{some_keyId}
374374
```
375375
```http
376376
HTTP/1.1 204 No Content

0 commit comments

Comments
 (0)