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
@@ -8373,7 +8373,7 @@ def create_document(
8373
8373
):
8374
8374
"""Create a document # noqa: E501
8375
8375
8376
-
Create a document. If the document is one of {'GLTF', 'POINT_CLOUD', 'DWG', 'OBJ', 'IFC', 'DXF'}, a model will be created and attached to this document Required scopes: document:write # noqa: E501
8376
+
Create a document. If the document is one of {'GLTF', 'DXF', 'POINT_CLOUD', 'OBJ', 'IFC', 'DWG'}, a model will be created and attached to this document Required scopes: document:write # noqa: E501
8377
8377
This method makes a synchronous HTTP request by default. To make an
model_type (str, none_type): Model's type. Values can be IFC, DWG, DXF, GLTF, PDF, JPEG, PNG, OBJ, POINT_CLOUD
204
207
ifc_id (int, none_type): DEPRECATED: Use 'model_id' instead.
205
-
user_permission (int): Aggregate of group user permissions and folder default permission
208
+
head_id (int, none_type): Document id of head version
206
209
is_head_version (bool): Document is a head of version or is owned by another document
210
+
user_permission (int): Aggregate of group user permissions and folder default permission
207
211
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
Copy file name to clipboardExpand all lines: docs/CollaborationApi.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1527,7 +1527,7 @@ Name | Type | Description | Notes
1527
1527
1528
1528
Create a document
1529
1529
1530
-
Create a document. If the document is one of {'GLTF', 'POINT_CLOUD', 'DWG', 'OBJ', 'IFC', 'DXF'}, a model will be created and attached to this document Required scopes: document:write
1530
+
Create a document. If the document is one of {'GLTF', 'DXF', 'POINT_CLOUD', 'OBJ', 'IFC', 'DWG'}, a model will be created and attached to this document Required scopes: document:write
**user_permission** | **int** | Aggregate of group user permissions and folder default permission | [readonly]
20
+
**head_id** | **int, none_type** | Document id of head version | [readonly]
21
21
**is_head_version** | **bool** | Document is a head of version or is owned by another document | [readonly]
22
+
**user_permission** | **int** | Aggregate of group user permissions and folder default permission | [readonly]
22
23
**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]
23
24
**parent_id** | **int, none_type** | | [optional]
24
25
**file_name** | **str** | Full name of the file | [optional]
0 commit comments