You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-reference/beta/api/filestoragecontainer-deltapatch-permissions.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
---
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"
5
5
ms.localizationpriority: medium
6
6
ms.subservice: "onedrive"
7
7
doc_type: apiPageType
8
8
ms.date: 04/22/2026
9
9
---
10
10
11
-
# Create permissions in bulk
11
+
# Delta patch permissions
12
12
13
13
Namespace: microsoft.graph
14
14
@@ -56,7 +56,7 @@ In the request body, supply a JSON object with the following properties.
56
56
|Name|Type|Description|
57
57
|:---|:---|:---|
58
58
|@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.|
60
60
61
61
Each [permission](../resources/permission.md) object in the **value** collection supports the following properties.
62
62
@@ -67,7 +67,7 @@ Each [permission](../resources/permission.md) object in the **value** collection
67
67
68
68
## Response
69
69
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.
71
71
72
72
## Examples
73
73
@@ -77,7 +77,7 @@ The following example shows how to add three permissions to a container in a sin
Copy file name to clipboardExpand all lines: api-reference/beta/resources/filestoragecontainer.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,9 @@ Represents a location where multiple users or a group of users can store files a
31
31
|[Get drive](../api/filestoragecontainer-get-drive.md)|[drive](../resources/drive.md)|Get the drive resource from a [fileStorageContainer](../resources/filestoragecontainer.md) object.|
32
32
|[List permissions](../api/filestoragecontainer-list-permissions.md)|[permission](../resources/permission.md) collection| List permissions on a fileStorageContainer.|
33
33
|[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.|
35
34
|[Update permissions](../api/filestoragecontainer-update-permissions.md)|[permission](../resources/permission.md)|Update permission on a fileStorageContainer.|
36
35
|[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.|
37
37
|[List custom property](../api/filestoragecontainer-list-customproperty.md)|[filestoragecontainercustompropertyvalue](../resources/filestoragecontainercustompropertyvalue.md) collection|List custom properties of the fileStorageContainer.|
38
38
|[Add custom property](../api/filestoragecontainer-post-customproperty.md)|[filestoragecontainercustompropertyvalue](../resources/filestoragecontainercustompropertyvalue.md)|Create custom property to the fileStorageContainer.|
39
39
|[Update custom property](../api/filestoragecontainer-update-customproperty.md)|[filestoragecontainercustompropertyvalue](../resources/filestoragecontainercustompropertyvalue.md)|Update custom property on a fileStorageContainer.|
0 commit comments