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
@@ -8298,7 +8298,7 @@ def create_document(
8298
8298
):
8299
8299
"""Create a document # noqa: E501
8300
8300
8301
-
Create a document. If the document is one of {'OBJ', 'DWG', 'IFC', 'GLTF', 'DXF', 'POINT_CLOUD'}, a model will be created and attached to this document Required scopes: document:write # noqa: E501
8301
+
Create a document. If the document is one of {'POINT_CLOUD', 'GLTF', 'DXF', 'IFC', 'OBJ', 'DWG'}, a model will be created and attached to this document Required scopes: document:write # noqa: E501
8302
8302
This method makes a synchronous HTTP request by default. To make an
ifc_id (int, none_type): DEPRECATED: Use 'model_id' instead.
208
211
head_id (int, none_type): Document id of head version
209
212
is_head_version (bool): Document is a head of version or is owned by another document
213
+
history_count (int, none_type): Number of previous versions
210
214
user_permission (int): Aggregate of group user permissions and folder default permission
211
215
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
@@ -1526,7 +1526,7 @@ Name | Type | Description | Notes
1526
1526
1527
1527
Create a document
1528
1528
1529
-
Create a document. If the document is one of {'OBJ', 'DWG', 'IFC', 'GLTF', 'DXF', 'POINT_CLOUD'}, a model will be created and attached to this document Required scopes: document:write
1529
+
Create a document. If the document is one of {'POINT_CLOUD', 'GLTF', 'DXF', 'IFC', 'OBJ', 'DWG'}, a model will be created and attached to this document Required scopes: document:write
**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
+
**history_count** | **int, none_type** | Number of previous versions | [readonly]
22
23
**user_permission** | **int** | Aggregate of group user permissions and folder default permission | [readonly]
23
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]
0 commit comments