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
@@ -7743,7 +7743,7 @@ def create_document(
7743
7743
):
7744
7744
"""Create a document # noqa: E501
7745
7745
7746
-
Create a document. If the document is one of {'OBJ', 'DWG', 'IFC', 'DXF', 'BFX', 'DAE', 'GLTF'}, a model will be created and attached to this document Required scopes: document:write # noqa: E501
7746
+
Create a document. If the document is one of {'DWG', 'OBJ', 'GLTF', 'IFC', 'BFX', 'DXF', 'DAE'}, a model will be created and attached to this document Required scopes: document:write # noqa: E501
7747
7747
This method makes a synchronous HTTP request by default. To make an
0 commit comments