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', 'GLTF', 'DXF', 'OBJ', 'IFC'}, 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 {'DWG', 'POINT_CLOUD', 'DXF', 'IFC', 'OBJ', 'GLTF'}, 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
history_count (int, none_type): Number of previous versions
214
217
user_permission (int): Aggregate of group user permissions and folder default permission
215
218
office_preview (str, none_type): Office files will be converted as pdf to provide a web preview. Supported extensions are .ppt, .pptx, .odp, .xls, .xlsx, .ods, .doc, .docx, .odt
219
+
path (str):
216
220
217
221
Keyword Args:
218
222
_check_type (bool): if True, values for parameters in openapi_types
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
@@ -1299,14 +1299,14 @@ with bimdata_api_client.ApiClient(configuration) as api_client:
1299
1299
id=1# int | A unique integer value identifying this project.
1300
1300
write_folder_request = [
1301
1301
WriteFolderRequest(
1302
-
parent_id=1,
1303
1302
name="name_example",
1304
1303
default_permission=1,
1304
+
parent_id=1,
1305
1305
children=[
1306
1306
WriteFolder(
1307
-
parent_id=1,
1308
1307
name="name_example",
1309
1308
default_permission=1,
1309
+
parent_id=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', 'GLTF', 'DXF', 'OBJ', 'IFC'}, a model will be created and attached to this document Required scopes: document:write
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
Copy file name to clipboardExpand all lines: docs/Document.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ Name | Type | Description | Notes
22
22
**history_count** | **int, none_type** | Number of previous versions | [readonly]
23
23
**user_permission** | **int** | Aggregate of group user permissions and folder default permission | [readonly]
24
24
**office_preview** | **str, none_type** | Office files will be converted as pdf to provide a web preview. Supported extensions are .ppt, .pptx, .odp, .xls, .xlsx, .ods, .doc, .docx, .odt | [readonly]
25
+
**path** | **str** | | [readonly]
25
26
**parent_id** | **int, none_type** | | [optional]
26
27
**file_name** | **str** | Full name of the file | [optional]
27
28
**description** | **str, none_type** | Description of the file | [optional]
**created_at** | **datetime** | Creation date | [readonly]
9
-
**name** | **str** | Name of the folder |
10
-
**updated_at** | **datetime** | Date of the last update | [readonly]
11
-
**user_permission** | **int** | Aggregate of group user permissions and folder default permission | [readonly]
12
7
**type** | **str** | DEPRECATED: Use 'nature' instead. Value is \"Folder\". It is usefull to parse the tree and discriminate folders and files | [readonly]
13
-
**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