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
@@ -8815,7 +8815,7 @@ def create_document(
8815
8815
):
8816
8816
"""Create a document # noqa: E501
8817
8817
8818
-
Create a document. If the document is one of {'GLTF', 'DWG', 'DXF', 'POINT_CLOUD', 'IFC', 'OBJ'}, a model will be created and attached to this document Required scopes: document:write # noqa: E501
8818
+
Create a document. If the document is one of {'DXF', 'IFC', 'DWG', 'OBJ', 'POINT_CLOUD', 'GLTF'}, a model will be created and attached to this document Required scopes: document:write # noqa: E501
8819
8819
This method makes a synchronous HTTP request by default. To make an
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
@@ -1545,7 +1545,7 @@ Name | Type | Description | Notes
1545
1545
1546
1546
Create a document
1547
1547
1548
-
Create a document. If the document is one of {'GLTF', 'DWG', 'DXF', 'POINT_CLOUD', 'IFC', 'OBJ'}, a model will be created and attached to this document Required scopes: document:write
1548
+
Create a document. If the document is one of {'DXF', 'IFC', 'DWG', 'OBJ', 'POINT_CLOUD', 'GLTF'}, a model will be created and attached to this document Required scopes: document:write
**viewport** | **[[float]]** | Viewport of the manually created mask to show only a part of the model. |
8
+
**crop_path** | **[[float]]** | Crop path of the manually created mask to show only a part of the model. |
9
9
**created_at** | **datetime** | Creation date | [readonly]
10
10
**updated_at** | **datetime** | Date of the last update | [readonly]
11
11
**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]
**viewport** | **[[float]]** | Viewport of the manually created mask to show only a part of the model. |
7
+
**crop_path** | **[[float]]** | Crop path of the manually created mask to show only a part of the model. |
8
8
**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]
9
9
10
10
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**created_at** | **datetime** | Creation date | [readonly]
7
+
**nature** | **str** | Value is \"Folder\". It is usefull to parse the tree and discriminate folders and files | [readonly]
8
+
**updated_at** | **datetime** | Date of the last update | [readonly]
8
9
**id** | **int** | | [readonly]
9
10
**type** | **str** | DEPRECATED: Use 'nature' instead. Value is \"Folder\". It is usefull to parse the tree and discriminate folders and files | [readonly]
10
-
**user_permission** | **int** | Aggregate of group user permissions and folder default permission | [readonly]
11
-
**updated_at** | **datetime** | Date of the last update | [readonly]
0 commit comments