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
@@ -1541,7 +1541,7 @@ export class CollaborationApi extends runtime.BaseAPI {
1541
1541
}
1542
1542
1543
1543
/**
1544
-
* Create a document. If the document is one of {\'DWG\', \'POINT_CLOUD\', \'DXF\', \'IFC\', \'OBJ\', \'GLTF\'}, a model will be created and attached to this document Required scopes: document:write
1544
+
* Create a document. If the document is one of {\'DXF\', \'DWG\', \'POINT_CLOUD\', \'IFC\', \'GLTF\', \'OBJ\'}, a model will be created and attached to this document Required scopes: document:write
@@ -1638,7 +1638,7 @@ export class CollaborationApi extends runtime.BaseAPI {
1638
1638
}
1639
1639
1640
1640
/**
1641
-
* Create a document. If the document is one of {\'DWG\', \'POINT_CLOUD\', \'DXF\', \'IFC\', \'OBJ\', \'GLTF\'}, a model will be created and attached to this document Required scopes: document:write
1641
+
* Create a document. If the document is one of {\'DXF\', \'DWG\', \'POINT_CLOUD\', \'IFC\', \'GLTF\', \'OBJ\'}, a model will be created and attached to this document Required scopes: document:write
0 commit comments