Skip to content

Commit 33d919f

Browse files
authored
Update filestoragecontainer-update-customproperty.md
1 parent c067ae2 commit 33d919f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api-reference/v1.0/api/filestoragecontainer-update-customproperty.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ doc_type: apiPageType
1111

1212
Namespace: microsoft.graph
1313

14-
Update one or multiple custom properties on a [fileStorageContainer](../resources/filestoragecontainer.md). Only the **value** and **isSearchable** attributes of custom properties can be updated. Only the custom properties specified in the request body are updated. Custom properties specified in the request body are created if they don't already exist on the container.
14+
Update one or multiple custom properties on a [fileStorageContainer](../resources/filestoragecontainer.md). Only the **value** and **isSearchable** attributes of custom properties can be updated. Only the custom properties specified in the request body are updated. If a custom property specified in the request body doesn't exist on the container, it will be created.
1515

1616
Updating a custom property to a `null` value deletes the property from the container.
1717

@@ -58,7 +58,7 @@ If successful, this action returns a `200 OK` response code.
5858
## Examples
5959

6060
### Request
61-
The following example updates the `value` property of the custom properties `clientUniqeId` and `color`. In this example, `isSearchable` for `clientUniqueId` was set to `true` before calling the API.
61+
The following example updates the `value` property of the custom properties `clientUniqeId` and `color`. Note that `isSearchable` for `clientUniqueId` was set to `true` before calling this API.
6262
# [HTTP](#tab/http)
6363
<!-- {
6464
"blockType": "request",

0 commit comments

Comments
 (0)