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.
@@ -810,7 +810,7 @@ Name | Type | Description | Notes
810
810
811
811
### Return type
812
812
813
-
[**[Folder]**](Folder.md)
813
+
[**Folder**](Folder.md)
814
814
815
815
### Authorization
816
816
@@ -889,7 +889,7 @@ Name | Type | Description | Notes
889
889
890
890
Create a document
891
891
892
-
Create a document. If the document is one of {'DWG', 'DAE', 'OBJ', 'GLTF', 'POINT_CLOUD', 'BFX', 'DXF', 'IFC'}, a model will be created and attached to this document Required scopes: document:write
892
+
Create a document. If the document is one of {'POINT_CLOUD', 'DWG', 'DXF', 'DAE', 'OBJ', 'BFX', 'GLTF', 'IFC'}, a model will be created and attached to this document Required scopes: document:write
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@linkArray.<module:model/Folder>} and HTTP response
698
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/Folder} and HTTP response
@@ -800,7 +800,7 @@ export default class CollaborationApi {
800
800
801
801
/**
802
802
* Create a document
803
-
* Create a document. If the document is one of {'DWG', 'DAE', 'OBJ', 'GLTF', 'POINT_CLOUD', 'BFX', 'DXF', 'IFC'}, a model will be created and attached to this document Required scopes: document:write
803
+
* Create a document. If the document is one of {'POINT_CLOUD', 'DWG', 'DXF', 'DAE', 'OBJ', 'BFX', 'GLTF', 'IFC'}, a model will be created and attached to this document Required scopes: document:write
804
804
* @param {Number} cloudPk A unique integer value identifying this cloud.
805
805
* @param {Number} projectPk A unique integer value identifying this project.
806
806
* @param {String} name Shown name of the file
@@ -868,7 +868,7 @@ export default class CollaborationApi {
868
868
869
869
/**
870
870
* Create a document
871
-
* Create a document. If the document is one of {'DWG', 'DAE', 'OBJ', 'GLTF', 'POINT_CLOUD', 'BFX', 'DXF', 'IFC'}, a model will be created and attached to this document Required scopes: document:write
871
+
* Create a document. If the document is one of {'POINT_CLOUD', 'DWG', 'DXF', 'DAE', 'OBJ', 'BFX', 'GLTF', 'IFC'}, a model will be created and attached to this document Required scopes: document:write
872
872
* @param {Number} cloudPk A unique integer value identifying this cloud.
873
873
* @param {Number} projectPk A unique integer value identifying this project.
0 commit comments