Skip to content

Commit fbc2164

Browse files
author
rkoppolu
committed
Fixed github ID, renamed to Delta Patch Permissions
1 parent 074a7d0 commit fbc2164

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

api-reference/beta/api/filestoragecontainer-deltapatch-permissions.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: "Create permissions in bulk"
3-
description: "Add multiple permissions to an existing fileStorageContainer using delta patch."
4-
author: "rkoppolu"
2+
title: "Delta patch permissions"
3+
description: "Use delta patch to bulk manage permissions on a fileStorageContainer."
4+
author: "RushwantKoppolu"
55
ms.localizationpriority: medium
66
ms.subservice: "onedrive"
77
doc_type: apiPageType
88
ms.date: 04/22/2026
99
---
1010

11-
# Create permissions in bulk
11+
# Delta patch permissions
1212

1313
Namespace: microsoft.graph
1414

@@ -56,7 +56,7 @@ In the request body, supply a JSON object with the following properties.
5656
|Name|Type|Description|
5757
|:---|:---|:---|
5858
|@context|String|Must be set to `#$delta` to signal a delta patch operation. Required.|
59-
|value|[permission](../resources/permission.md) collection|A collection of up to 10 permission objects to create. Required.|
59+
|value|[permission](../resources/permission.md) collection|A collection of up to 10 permission objects to process. Required.|
6060

6161
Each [permission](../resources/permission.md) object in the **value** collection supports the following properties.
6262

@@ -67,7 +67,7 @@ Each [permission](../resources/permission.md) object in the **value** collection
6767

6868
## Response
6969

70-
If successful, this method returns a `200 OK` response code and a collection of [permission](../resources/permission.md) objects in the response body. Successfully created permissions include the permission object. Failed items include a `@Core.DataModificationException` annotation with error details.
70+
If successful, this method returns a `200 OK` response code and a collection of [permission](../resources/permission.md) objects in the response body. Successfully processed permissions include the permission object. Failed items include a `@Core.DataModificationException` annotation with error details.
7171

7272
## Examples
7373

@@ -77,7 +77,7 @@ The following example shows how to add three permissions to a container in a sin
7777

7878
<!-- {
7979
"blockType": "request",
80-
"name": "create_permissions_bulk"
80+
"name": "deltapatch_permissions"
8181
}
8282
-->
8383
```http

api-reference/beta/resources/filestoragecontainer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ Represents a location where multiple users or a group of users can store files a
3131
|[Get drive](../api/filestoragecontainer-get-drive.md)|[drive](../resources/drive.md)|Get the drive resource from a [fileStorageContainer](../resources/filestoragecontainer.md) object.|
3232
|[List permissions](../api/filestoragecontainer-list-permissions.md)|[permission](../resources/permission.md) collection| List permissions on a fileStorageContainer.|
3333
|[Add permissions](../api/filestoragecontainer-post-permissions.md)|[permission](../resources/permission.md)|Add permission to a fileStorageContainer.|
34-
|[Create permissions in bulk](../api/filestoragecontainer-deltapatch-permissions.md)|[permission](../resources/permission.md) collection|Add multiple permissions to a fileStorageContainer using delta patch.|
3534
|[Update permissions](../api/filestoragecontainer-update-permissions.md)|[permission](../resources/permission.md)|Update permission on a fileStorageContainer.|
3635
|[Delete permissions](../api/filestoragecontainer-delete-permissions.md)|None|Delete permission from a fileStorageContainer.|
36+
|[Delta patch permissions](../api/filestoragecontainer-deltapatch-permissions.md)|[permission](../resources/permission.md) collection|Manage permissions on a fileStorageContainer in bulk using delta patch.|
3737
|[List custom property](../api/filestoragecontainer-list-customproperty.md)|[filestoragecontainercustompropertyvalue](../resources/filestoragecontainercustompropertyvalue.md) collection|List custom properties of the fileStorageContainer.|
3838
|[Add custom property](../api/filestoragecontainer-post-customproperty.md)|[filestoragecontainercustompropertyvalue](../resources/filestoragecontainercustompropertyvalue.md)|Create custom property to the fileStorageContainer.|
3939
|[Update custom property](../api/filestoragecontainer-update-customproperty.md)|[filestoragecontainercustompropertyvalue](../resources/filestoragecontainercustompropertyvalue.md)|Update custom property on a fileStorageContainer.|

0 commit comments

Comments
 (0)