Skip to content

Commit 6cc5340

Browse files
authored
Update filestoragecontainer-post-customproperty.md
1 parent aad7327 commit 6cc5340

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ If successful, this method returns a `200 Created` response code.
5353

5454
## Examples
5555

56-
### Request
56+
### Example 1: Create a custom property
57+
58+
#### Request
5759
The following example shows how to create a custom property called `clientUniqueId` for a container.
5860
# [HTTP](#tab/http)
5961
<!-- {
@@ -78,7 +80,7 @@ Content-Type: application/json
7880

7981
---
8082

81-
### Response
83+
#### Response
8284
The following example shows the response. By default, the property isn't searchable.
8385
<!-- {
8486
"blockType": "response",
@@ -89,7 +91,9 @@ The following example shows the response. By default, the property isn't searcha
8991
HTTP/1.1 200 Created
9092
```
9193

92-
### Request
94+
### Example 2: Create a custom searchable property
95+
96+
#### Request
9397
The following example shows how to create a searchable custom property called `clientUniqueId` for a container.
9498
# [HTTP](#tab/http)
9599
<!-- {
@@ -115,7 +119,7 @@ Content-Type: application/json
115119

116120
---
117121

118-
### Response
122+
#### Response
119123
The following example shows the response.
120124
<!-- {
121125
"blockType": "response",

0 commit comments

Comments
 (0)