Skip to content

Commit b585973

Browse files
authored
fix: modify the endpoint URL to the correct one
1 parent 7d6ae6f commit b585973

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api-reference/beta/api/filestorage-list-deletedcontainers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
3333
}
3434
-->
3535
``` http
36-
GET /deletedStorageContainers?$filter=containerTypeId eq {containerTypeId}
36+
GET /storage/fileStorage/deletedContainers?$filter=containerTypeId eq {containerTypeId}
3737
```
3838

3939
## Query parameters
@@ -64,7 +64,7 @@ The following example shows a request.
6464
}
6565
-->
6666
``` http
67-
GET https://graph.microsoft.com/beta/deletedStorageContainers?$filter=containerTypeId eq e2756c4d-fa33-4452-9c36-2325686e1082
67+
GET https://graph.microsoft.com/beta/storage/fileStorage/deletedContainers?$filter=containerTypeId eq e2756c4d-fa33-4452-9c36-2325686e1082
6868
```
6969

7070

0 commit comments

Comments
 (0)