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: docs/CollaborationApi.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -960,7 +960,7 @@ Name | Type | Description | Notes
960
960
961
961
Create a document
962
962
963
-
Create a document. If the document is one of {'OBJ', 'POINT_CLOUD', 'IFC', 'GLTF', 'DWG', 'DXF'}, a model will be created and attached to this document Required scopes: document:write
963
+
Create a document. If the document is one of {'DWG', 'IFC', 'GLTF', 'POINT_CLOUD', 'OBJ', 'DXF'}, a model will be created and attached to this document Required scopes: document:write
964
964
965
965
### Example
966
966
@@ -4375,7 +4375,7 @@ Name | Type | Description | Notes
@@ -865,7 +865,7 @@ export default class CollaborationApi {
865
865
866
866
/**
867
867
* Create a document
868
-
* Create a document. If the document is one of {'OBJ', 'POINT_CLOUD', 'IFC', 'GLTF', 'DWG', 'DXF'}, a model will be created and attached to this document Required scopes: document:write
868
+
* Create a document. If the document is one of {'DWG', 'IFC', 'GLTF', 'POINT_CLOUD', 'OBJ', 'DXF'}, a model will be created and attached to this document Required scopes: document:write
869
869
* @param {Number} cloudPk A unique integer value identifying this cloud.
870
870
* @param {Number} projectPk A unique integer value identifying this project.
871
871
* @param {String} name Shown name of the file
@@ -931,7 +931,7 @@ export default class CollaborationApi {
931
931
932
932
/**
933
933
* Create a document
934
-
* Create a document. If the document is one of {'OBJ', 'POINT_CLOUD', 'IFC', 'GLTF', 'DWG', 'DXF'}, a model will be created and attached to this document Required scopes: document:write
934
+
* Create a document. If the document is one of {'DWG', 'IFC', 'GLTF', 'POINT_CLOUD', 'OBJ', 'DXF'}, a model will be created and attached to this document Required scopes: document:write
935
935
* @param {Number} cloudPk A unique integer value identifying this cloud.
936
936
* @param {Number} projectPk A unique integer value identifying this project.
937
937
* @param {String} name Shown name of the file
@@ -4121,7 +4121,7 @@ export default class CollaborationApi {
4121
4121
* Retrieve folder tree of the project
4122
4122
* @param {Number} cloudPk
4123
4123
* @param {Number} id A unique integer value identifying this project.
4124
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/ProjectFolderTree>} and HTTP response
4124
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/FolderTree>} and HTTP response
4125
4125
*/
4126
4126
getProjectFolderTreeWithHttpInfo(cloudPk,id){
4127
4127
letpostBody=null;
@@ -4148,7 +4148,7 @@ export default class CollaborationApi {
0 commit comments