Skip to content

Commit 7d6ae6f

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api-reference/beta/api/filestorage-get-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/{containerId}
36+
GET /storage/fileStorage/deletedContainers/{containerId}
3737
```
3838

3939
## Request headers
@@ -61,7 +61,7 @@ The following example shows a request.
6161
}
6262
-->
6363
``` http
64-
GET https://graph.microsoft.com/beta/deletedStorageContainers/b!ISJs1WRro0y0EWgkUYcktDa0mE8zSlFEqFzqRn70Zwp1CEtDEBZgQICPkRbil_5Z?$select=*,members
64+
GET https://graph.microsoft.com/beta/storage/fileStorage/deletedContainers/b!ISJs1WRro0y0EWgkUYcktDa0mE8zSlFEqFzqRn70Zwp1CEtDEBZgQICPkRbil_5Z?$select=*,members
6565
```
6666

6767

0 commit comments

Comments
 (0)