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 {'OBJ', 'DWG', 'IFC', 'DXF', 'POINT_CLOUD', 'GLTF'}, 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 {'IFC', 'GLTF', 'POINT_CLOUD', 'DXF', 'OBJ', '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
Copy file name to clipboardExpand all lines: docs/CollaborationApi.md
+3-1Lines changed: 3 additions & 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 {'OBJ', 'DWG', 'IFC', 'DXF', 'POINT_CLOUD', 'GLTF'}, a model will be created and attached to this document Required scopes: document:write
1530
+
Create a document. If the document is one of {'IFC', 'GLTF', 'POINT_CLOUD', 'DXF', 'OBJ', 'DWG'}, a model will be created and attached to this document Required scopes: document:write
1531
1531
1532
1532
### Example
1533
1533
@@ -1946,6 +1946,7 @@ with bimdata_api_client.ApiClient(configuration) as api_client:
1946
1946
description="description_example",
1947
1947
status="A",
1948
1948
parent_id=1,
1949
+
main_model_id=1,
1949
1950
) # ProjectRequest |
1950
1951
1951
1952
# example passing only required values which don't have defaults set
@@ -11177,6 +11178,7 @@ with bimdata_api_client.ApiClient(configuration) as api_client:
11177
11178
description="description_example",
11178
11179
status="A",
11179
11180
parent_id=1,
11181
+
main_model_id=1,
11180
11182
) # PatchedProjectRequest | (optional)
11181
11183
11182
11184
# example passing only required values which don't have defaults set
**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]
13
14
14
15
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**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]
18
19
19
20
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**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]
13
14
14
15
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments