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
@@ -8027,7 +8027,7 @@ def create_document(
8027
8027
):
8028
8028
"""Create a document # noqa: E501
8029
8029
8030
-
Create a document. If the document is one of {'DAE', 'GLTF', 'DXF', 'DWG', 'POINT_CLOUD', 'BFX', 'IFC', 'OBJ'}, a model will be created and attached to this document Required scopes: document:write # noqa: E501
8030
+
Create a document. If the document is one of {'GLTF', 'OBJ', 'IFC', 'DXF', 'POINT_CLOUD', 'BFX', 'DWG', 'DAE'}, a model will be created and attached to this document Required scopes: document:write # noqa: E501
8031
8031
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
@@ -1418,7 +1418,7 @@ Name | Type | Description | Notes
1418
1418
1419
1419
Create a document
1420
1420
1421
-
Create a document. If the document is one of {'DAE', 'GLTF', 'DXF', 'DWG', 'POINT_CLOUD', 'BFX', 'IFC', 'OBJ'}, a model will be created and attached to this document Required scopes: document:write
1421
+
Create a document. If the document is one of {'GLTF', 'OBJ', 'IFC', 'DXF', 'POINT_CLOUD', 'BFX', 'DWG', 'DAE'}, a model will be created and attached to this document Required scopes: document:write
**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]
16
18
17
19
[[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