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: package/src/apis/CollaborationApi.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1671,7 +1671,7 @@ export class CollaborationApi extends runtime.BaseAPI {
1671
1671
}
1672
1672
1673
1673
/**
1674
-
* Create a document. If the document is one of {\'DXF\', \'IFC\', \'DWG\', \'OBJ\', \'POINT_CLOUD\', \'GLTF\'}, a model will be created and attached to this document Required scopes: document:write
1674
+
* Create a document. If the document is one of {\'OBJ\', \'DWG\', \'IFC\', \'DXF\', \'GLTF\', \'POINT_CLOUD\'}, a model will be created and attached to this document Required scopes: document:write
@@ -1778,7 +1778,7 @@ export class CollaborationApi extends runtime.BaseAPI {
1778
1778
}
1779
1779
1780
1780
/**
1781
-
* Create a document. If the document is one of {\'DXF\', \'IFC\', \'DWG\', \'OBJ\', \'POINT_CLOUD\', \'GLTF\'}, a model will be created and attached to this document Required scopes: document:write
1781
+
* Create a document. If the document is one of {\'OBJ\', \'DWG\', \'IFC\', \'DXF\', \'GLTF\', \'POINT_CLOUD\'}, a model will be created and attached to this document Required scopes: document:write
0 commit comments