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: src/api/CollaborationApi.js
+6-20Lines changed: 6 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -324,7 +324,6 @@ export default class CollaborationApi {
324
324
* RCreate a document. If the document is an IFC, an IFC model will be created and attached to this document Required scopes: document:write
325
325
* @param {String} cloudPk
326
326
* @param {String} projectPk
327
-
* @param {Number} project
328
327
* @param {String} name Shown name of the file
329
328
* @param {File} file
330
329
* @param {Object} opts Optional parameters
@@ -336,7 +335,7 @@ export default class CollaborationApi {
336
335
* @param {Number} opts.size Size of the file.
337
336
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/Document} and HTTP response
@@ -1126,7 +1119,6 @@ export default class CollaborationApi {
1126
1119
* @param {String} cloudPk
1127
1120
* @param {Number} id A unique integer value identifying this document.
1128
1121
* @param {String} projectPk
1129
-
* @param {Number} project
1130
1122
* @param {String} name Shown name of the file
1131
1123
* @param {File} file
1132
1124
* @param {Object} opts Optional parameters
@@ -1138,7 +1130,7 @@ export default class CollaborationApi {
1138
1130
* @param {Number} opts.size Size of the file.
1139
1131
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/Document} and HTTP response
0 commit comments