Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Commit a6927c6

Browse files
committed
PATCH: fix get-dms-tree serializer
1 parent 9533503 commit a6927c6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/CollaborationApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ Name | Type | Description | Notes
823823
824824
Create a document
825825

826-
Create a document. If the document is one of {'IFC', 'GLTF', 'DXF', 'OBJ', 'DWG', 'BFX', 'DAE'}, a model will be created and attached to this document Required scopes: document:write
826+
Create a document. If the document is one of {'BFX', 'IFC', 'DXF', 'DWG', 'GLTF', 'OBJ', 'DAE'}, a model will be created and attached to this document Required scopes: document:write
827827

828828
### Example
829829

src/api/CollaborationApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ export default class CollaborationApi {
750750

751751
/**
752752
* Create a document
753-
* Create a document. If the document is one of {'IFC', 'GLTF', 'DXF', 'OBJ', 'DWG', 'BFX', 'DAE'}, a model will be created and attached to this document Required scopes: document:write
753+
* Create a document. If the document is one of {'BFX', 'IFC', 'DXF', 'DWG', 'GLTF', 'OBJ', 'DAE'}, a model will be created and attached to this document Required scopes: document:write
754754
* @param {Number} cloudPk A unique integer value identifying this cloud.
755755
* @param {Number} projectPk A unique integer value identifying this project.
756756
* @param {String} name Shown name of the file
@@ -818,7 +818,7 @@ export default class CollaborationApi {
818818

819819
/**
820820
* Create a document
821-
* Create a document. If the document is one of {'IFC', 'GLTF', 'DXF', 'OBJ', 'DWG', 'BFX', 'DAE'}, a model will be created and attached to this document Required scopes: document:write
821+
* Create a document. If the document is one of {'BFX', 'IFC', 'DXF', 'DWG', 'GLTF', 'OBJ', 'DAE'}, a model will be created and attached to this document Required scopes: document:write
822822
* @param {Number} cloudPk A unique integer value identifying this cloud.
823823
* @param {Number} projectPk A unique integer value identifying this project.
824824
* @param {String} name Shown name of the file

0 commit comments

Comments
 (0)