Skip to content

Commit 7b4e1a4

Browse files
authored
Merge pull request #25463 from microsoftgraph/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/microsoftgraph/microsoft-graph-docs-contrib (branch main)
2 parents a366244 + ccd50d2 commit 7b4e1a4

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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

api-reference/v1.0/api/approvalstage-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ PATCH /identityGovernance/entitlementManagement/accessPackageAssignmentApprovals
4646
To update an approval decision in PIM for groups:
4747
<!-- { "blockType": "ignored" } -->
4848
```http
49-
PATCH /identityGovernance/privilegedAccess/group/assignmentApprovals/{privilegedaccessgroupassignmentschedulerequestId}/steps/{approvalStageId}
49+
PATCH /identityGovernance/privilegedAccess/group/assignmentApprovals/{privilegedaccessgroupassignmentschedulerequestId}/stages/{approvalStageId}
5050
```
5151

5252
## Request headers

0 commit comments

Comments
 (0)