Skip to content

Commit 262973a

Browse files
authored
Merge pull request #9444 from jaloplo/main
Fix the endpoint URL for the SharePoint Embedded methods regarding the Deleted Containers
2 parents 490e825 + b585973 commit 262973a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

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

6767

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

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)