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