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: bimdata_api_client/api/collaboration_api.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8940,7 +8940,7 @@ def create_document(
8940
8940
):
8941
8941
"""Create a document # noqa: E501
8942
8942
8943
-
Create a document. If the document is one of {'DWG', 'PHOTOSPHERE', 'GLTF', 'IFC', 'DXF', 'POINT_CLOUD', 'OBJ'}, a model will be created and attached to this document Required scopes: document:write # noqa: E501
8943
+
Create a document. If the document is one of {'POINT_CLOUD', 'DXF', 'OBJ', 'DWG', 'IFC', 'PHOTOSPHERE', 'GLTF'}, a model will be created and attached to this document Required scopes: document:write # noqa: E501
8944
8944
This method makes a synchronous HTTP request by default. To make an
Copy file name to clipboardExpand all lines: docs/CollaborationApi.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1546,7 +1546,7 @@ Name | Type | Description | Notes
1546
1546
1547
1547
Create a document
1548
1548
1549
-
Create a document. If the document is one of {'DWG', 'PHOTOSPHERE', 'GLTF', 'IFC', 'DXF', 'POINT_CLOUD', 'OBJ'}, a model will be created and attached to this document Required scopes: document:write
1549
+
Create a document. If the document is one of {'POINT_CLOUD', 'DXF', 'OBJ', 'DWG', 'IFC', 'PHOTOSPHERE', 'GLTF'}, a model will be created and attached to this document Required scopes: document:write
1550
1550
1551
1551
### Example
1552
1552
@@ -11032,7 +11032,7 @@ with bimdata_api_client.ApiClient(configuration) as api_client:
11032
11032
project_pk = 1 # int | A unique integer value identifying this project.
**text** | **str, none_type** | The full text representation of a document if the feature is enabled and the file format supported | [optional]
9
-
**language** | **str, none_type** | * `german` - german * `english` - english * `spanish` - spanish * `italian` - italian * `french` - french | [optional]
9
+
**language** | **str, none_type** | * `french` - french * `italian` - italian * `english` - english * `spanish` - spanish * `german` - german | [optional]
10
10
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
11
11
12
12
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**text** | **str, none_type** | The full text representation of a document if the feature is enabled and the file format supported | [optional]
8
-
**language** | **str, none_type** | * `german` - german * `english` - english * `spanish` - spanish * `italian` - italian * `french` - french | [optional]
8
+
**language** | **str, none_type** | * `french` - french * `italian` - italian * `english` - english * `spanish` - spanish * `german` - german | [optional]
9
9
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
10
10
11
11
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**user_permission** | **int** | Aggregate of group user permissions and folder default permission | [readonly]
10
-
**id** | **int** | | [readonly]
9
+
**name** | **str** | Name of the folder |
11
10
**type** | **str** | DEPRECATED: Use 'nature' instead. Value is \"Folder\". It is usefull to parse the tree and discriminate folders and files | [readonly]
12
-
**nature** | **str** | Value is \"Folder\". It is usefull to parse the tree and discriminate folders and files | [readonly]
0 commit comments