We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d6ae6f commit b585973Copy full SHA for b585973
api-reference/beta/api/filestorage-list-deletedcontainers.md
@@ -33,7 +33,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
33
}
34
-->
35
``` http
36
-GET /deletedStorageContainers?$filter=containerTypeId eq {containerTypeId}
+GET /storage/fileStorage/deletedContainers?$filter=containerTypeId eq {containerTypeId}
37
```
38
39
## Query parameters
@@ -64,7 +64,7 @@ The following example shows a request.
64
65
66
67
-GET https://graph.microsoft.com/beta/deletedStorageContainers?$filter=containerTypeId eq e2756c4d-fa33-4452-9c36-2325686e1082
+GET https://graph.microsoft.com/beta/storage/fileStorage/deletedContainers?$filter=containerTypeId eq e2756c4d-fa33-4452-9c36-2325686e1082
68
69
70
0 commit comments