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: bimdata_api_client/api/collaboration_api.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8599,7 +8599,7 @@ def create_document(
8599
8599
):
8600
8600
"""Create a document # noqa: E501
8601
8601
8602
-
Create a document. If the document is one of {'DWG', 'POINT_CLOUD', 'DXF', 'IFC', 'OBJ', 'GLTF'}, a model will be created and attached to this document Required scopes: document:write # noqa: E501
8602
+
Create a document. If the document is one of {'DXF', 'DWG', 'POINT_CLOUD', 'IFC', 'GLTF', 'OBJ'}, a model will be created and attached to this document Required scopes: document:write # noqa: E501
8603
8603
This method makes a synchronous HTTP request by default. To make an
Copy file name to clipboardExpand all lines: docs/CollaborationApi.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1300,13 +1300,13 @@ with bimdata_api_client.ApiClient(configuration) as api_client:
1300
1300
write_folder_request = [
1301
1301
WriteFolderRequest(
1302
1302
name="name_example",
1303
-
default_permission=1,
1304
1303
parent_id=1,
1304
+
default_permission=1,
1305
1305
children=[
1306
1306
WriteFolder(
1307
1307
name="name_example",
1308
-
default_permission=1,
1309
1308
parent_id=1,
1309
+
default_permission=1,
1310
1310
children=None,
1311
1311
),
1312
1312
],
@@ -1363,7 +1363,7 @@ Name | Type | Description | Notes
1363
1363
1364
1364
Create a document
1365
1365
1366
-
Create a document. If the document is one of {'DWG', 'POINT_CLOUD', 'DXF', 'IFC', 'OBJ', 'GLTF'}, a model will be created and attached to this document Required scopes: document:write
1366
+
Create a document. If the document is one of {'DXF', 'DWG', 'POINT_CLOUD', 'IFC', 'GLTF', 'OBJ'}, a model will be created and attached to this document Required scopes: document:write
**type** | **str** | DEPRECATED: Use 'nature' instead. Value is \"Folder\". It is usefull to parse the tree and discriminate folders and files | [readonly]
7
+
**groups_permissions** | [**[GroupFolderRead]**](GroupFolderRead.md) | List of group permissions | [readonly]
8
+
**created_at** | **datetime** | Creation date | [readonly]
**type** | **str** | DEPRECATED: Use 'nature' instead. Value is \"Folder\". It is usefull to parse the tree and discriminate folders and files | [readonly]
14
+
**id** | **int** | | [readonly]
15
+
**nature** | **str** | Value is \"Folder\". It is usefull to parse the tree and discriminate folders and files | [readonly]
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
0 commit comments