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
{{ message }}
This repository was archived by the owner on Nov 18, 2025. It is now read-only.
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
@@ -823,7 +823,7 @@ Name | Type | Description | Notes
823
823
824
824
Create a document
825
825
826
-
Create a document. If the document is one of {'DWG', 'IFC', 'GLTF', 'OBJ', 'DXF', 'BFX', 'DAE'}, a model will be created and attached to this document Required scopes: document:write
826
+
Create a document. If the document is one of {'DXF', 'GLTF', 'OBJ', 'IFC', 'DAE', 'BFX', 'DWG'}, a model will be created and attached to this document Required scopes: document:write
Copy file name to clipboardExpand all lines: src/api/CollaborationApi.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -750,7 +750,7 @@ export default class CollaborationApi {
750
750
751
751
/**
752
752
* Create a document
753
-
* Create a document. If the document is one of {'DWG', 'IFC', 'GLTF', 'OBJ', 'DXF', 'BFX', 'DAE'}, a model will be created and attached to this document Required scopes: document:write
753
+
* Create a document. If the document is one of {'DXF', 'GLTF', 'OBJ', 'IFC', 'DAE', 'BFX', 'DWG'}, a model will be created and attached to this document Required scopes: document:write
754
754
* @param {Number} cloudPk A unique integer value identifying this cloud.
755
755
* @param {Number} projectPk A unique integer value identifying this project.
756
756
* @param {String} name Shown name of the file
@@ -818,7 +818,7 @@ export default class CollaborationApi {
818
818
819
819
/**
820
820
* Create a document
821
-
* Create a document. If the document is one of {'DWG', 'IFC', 'GLTF', 'OBJ', 'DXF', 'BFX', 'DAE'}, a model will be created and attached to this document Required scopes: document:write
821
+
* Create a document. If the document is one of {'DXF', 'GLTF', 'OBJ', 'IFC', 'DAE', 'BFX', 'DWG'}, a model will be created and attached to this document Required scopes: document:write
822
822
* @param {Number} cloudPk A unique integer value identifying this cloud.
823
823
* @param {Number} projectPk A unique integer value identifying this project.
0 commit comments