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

Commit 3241eb8

Browse files
committed
MINOR: add marketplace app links (#609)
1 parent c47f1c7 commit 3241eb8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/CollaborationApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ Name | Type | Description | Notes
954954
955955
Create a document
956956

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

959959
### Example
960960

src/api/CollaborationApi.js

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

858858
/**
859859
* Create a document
860-
* Create a document. If the document is one of {'DAE', 'DWG', 'OBJ', 'DXF', 'PDF', 'IFC', 'GLTF', 'BFX', 'POINT_CLOUD'}, a model will be created and attached to this document Required scopes: document:write
860+
* Create a document. If the document is one of {'BFX', 'DWG', 'DAE', 'GLTF', 'PDF', 'DXF', 'POINT_CLOUD', 'IFC', 'OBJ'}, a model will be created and attached to this document Required scopes: document:write
861861
* @param {Number} cloudPk A unique integer value identifying this cloud.
862862
* @param {Number} projectPk A unique integer value identifying this project.
863863
* @param {String} name Shown name of the file
@@ -925,7 +925,7 @@ export default class CollaborationApi {
925925

926926
/**
927927
* Create a document
928-
* Create a document. If the document is one of {'DAE', 'DWG', 'OBJ', 'DXF', 'PDF', 'IFC', 'GLTF', 'BFX', 'POINT_CLOUD'}, a model will be created and attached to this document Required scopes: document:write
928+
* Create a document. If the document is one of {'BFX', 'DWG', 'DAE', 'GLTF', 'PDF', 'DXF', 'POINT_CLOUD', 'IFC', 'OBJ'}, a model will be created and attached to this document Required scopes: document:write
929929
* @param {Number} cloudPk A unique integer value identifying this cloud.
930930
* @param {Number} projectPk A unique integer value identifying this project.
931931
* @param {String} name Shown name of the file

0 commit comments

Comments
 (0)