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
@@ -9344,7 +9344,7 @@ def create_document(
9344
9344
):
9345
9345
"""Create a document # noqa: E501
9346
9346
9347
-
Create a document. If the document is one of {'GLTF', 'PHOTOSPHERE', 'POINT_CLOUD', 'IFC', 'DWG', 'DXF', 'OBJ'}, a model will be created and attached to this document Required scopes: document:write # noqa: E501
9347
+
Create a document. If the document is one of {'PHOTOSPHERE', 'POINT_CLOUD', 'DWG', 'GLTF', 'DXF', 'IFC', 'OBJ'}, a model will be created and attached to this document Required scopes: document:write # noqa: E501
9348
9348
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.
fragments_status (str): Status of the fragments process. This field may be removed in future versions when the `status` will take fragments into account.
0 commit comments