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.
'modelSource':"modelSource_example", // String | Define the model.source field if the upload is a Model (IFC, PDF, DWG...)
859
859
'ifcSource':"ifcSource_example"// String | DEPRECATED: Use 'model_source' instead. Define the model.source field if the upload is a Model (IFC, PDF, DWG...)
Copy file name to clipboardExpand all lines: src/api/CollaborationApi.js
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -764,7 +764,7 @@ export default class CollaborationApi {
764
764
* @param {Number} opts.size Size of the file.
765
765
* @param {module:model/String} opts.modelSource Define the model.source field if the upload is a Model (IFC, PDF, DWG...)
766
766
* @param {module:model/String} opts.ifcSource DEPRECATED: Use 'model_source' instead. Define the model.source field if the upload is a Model (IFC, PDF, DWG...)
767
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
767
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/Document} and HTTP response
@@ -834,7 +834,7 @@ export default class CollaborationApi {
834
834
* @param {Number} opts.size Size of the file.
835
835
* @param {module:model/String} opts.modelSource Define the model.source field if the upload is a Model (IFC, PDF, DWG...)
836
836
* @param {module:model/String} opts.ifcSource DEPRECATED: Use 'model_source' instead. Define the model.source field if the upload is a Model (IFC, PDF, DWG...)
837
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}
837
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/Document}
0 commit comments