Skip to content

Commit 83e7f34

Browse files
authored
Update filestoragecontainer-post.md
1 parent 49b3f01 commit 83e7f34

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Namespace: microsoft.graph
1313

1414
Create a new [fileStorageContainer](../resources/filestoragecontainer.md) object.
1515

16-
The container type identified by **containerTypeId** must be enabled in the tenant.
16+
The container type identified by **containerTypeId** must be registered in the tenant.
1717

1818
For delegated calls, the calling user is set as the owner of the **fileStorageContainer**.
1919

@@ -37,6 +37,13 @@ Choose the permission or permissions marked as least privileged for this API. Us
3737
``` http
3838
POST /storage/fileStorage/containers
3939
```
40+
## Optional query parameters
41+
42+
This method supports the following OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters).
43+
44+
| Name |Description|
45+
|:----------|:----------|
46+
| dataLocation |Specifies the desired data location for container creation in Multi-Geo tenants. Omitting the `$dataLocation` parameter in the request creates the container at the tenant's default location. For more information, see [available Multi-Geo regions and their location codes](/microsoft-365/enterprise/microsoft-365-multi-geo?view=o365-worldwide#microsoft-365-multi-geo-availability). |
4047

4148
## Request headers
4249
|Name|Description|
@@ -52,7 +59,7 @@ You can specify the following properties when you create a **fileStorageContaine
5259
|Property|Type|Description|
5360
|:---|:---|:---|
5461
|displayName|String|The display name of the container. Required.|
55-
|description|String|A user-visible description of the item. Optional.|
62+
|description|String|User-visible description of the container. Optional.|
5663
|containerTypeId|GUID|The container type of the container instance. Required.|
5764
|settings|[fileStorageContainerSettings](../resources/filestoragecontainersettings.md)|Settings associated with the container. Optional.|
5865

0 commit comments

Comments
 (0)