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
@@ -10237,7 +10237,7 @@ def create_document(
10237
10237
):
10238
10238
"""Create a document # noqa: E501
10239
10239
10240
-
Create a document. If the document is one of {'GLTF', 'PHOTOSPHERE', 'DWG', 'OBJ', 'POINT_CLOUD', 'DXF', 'IFC'}, a model will be created and attached to this document Required scopes: document:write # noqa: E501
10240
+
Create a document. If the document is one of {'OBJ', 'DXF', 'IFC', 'PHOTOSPHERE', 'POINT_CLOUD', 'GLTF', 'DWG'}, a model will be created and attached to this document Required scopes: document:write # noqa: E501
10241
10241
This method makes a synchronous HTTP request by default. To make an
fragments_status (str): Status of the fragments process. This field may be removed in future versions when the `status` will take fragments into account.
177
181
178
182
Keyword Args:
179
183
_check_type (bool): if True, values for parameters in openapi_types
0 commit comments