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
@@ -8881,7 +8881,7 @@ def create_document(
8881
8881
):
8882
8882
"""Create a document # noqa: E501
8883
8883
8884
-
Create a document. If the document is one of {'OBJ', 'IFC', 'GLTF', 'DWG', 'DXF', 'PHOTOSPHERE', 'POINT_CLOUD'}, a model will be created and attached to this document Required scopes: document:write # noqa: E501
8884
+
Create a document. If the document is one of {'GLTF', 'PHOTOSPHERE', 'DWG', 'DXF', 'OBJ', 'IFC', 'POINT_CLOUD'}, a model will be created and attached to this document Required scopes: document:write # noqa: E501
8885
8885
This method makes a synchronous HTTP request by default. To make an
Copy file name to clipboardExpand all lines: docs/CollaborationApi.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1482,13 +1482,13 @@ with bimdata_api_client.ApiClient(configuration) as api_client:
1482
1482
write_folder_request = [
1483
1483
WriteFolderRequest(
1484
1484
parent_id=1,
1485
-
default_permission=1,
1486
1485
name="name_example",
1486
+
default_permission=1,
1487
1487
children=[
1488
1488
WriteFolder(
1489
1489
parent_id=1,
1490
-
default_permission=1,
1491
1490
name="name_example",
1491
+
default_permission=1,
1492
1492
children=None,
1493
1493
),
1494
1494
],
@@ -1545,7 +1545,7 @@ Name | Type | Description | Notes
1545
1545
1546
1546
Create a document
1547
1547
1548
-
Create a document. If the document is one of {'OBJ', 'IFC', 'GLTF', 'DWG', 'DXF', 'PHOTOSPHERE', 'POINT_CLOUD'}, a model will be created and attached to this document Required scopes: document:write
1548
+
Create a document. If the document is one of {'GLTF', 'PHOTOSPHERE', 'DWG', 'DXF', 'OBJ', 'IFC', 'POINT_CLOUD'}, a model will be created and attached to this document Required scopes: document:write
1549
1549
1550
1550
### Example
1551
1551
@@ -10927,7 +10927,7 @@ with bimdata_api_client.ApiClient(configuration) as api_client:
10927
10927
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 * `french` - french * `spanish` - spanish * `english` - english * `italian` - italian | [optional]
9
+
**language** | **str, none_type** | * `english` - english * `spanish` - spanish * `german` - german * `italian` - italian * `french` - french | [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 * `french` - french * `spanish` - spanish * `english` - english * `italian` - italian | [optional]
8
+
**language** | **str, none_type** | * `english` - english * `spanish` - spanish * `german` - german * `italian` - italian * `french` - french | [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)
**nature** | **str** | Value is \"Folder\". It is usefull to parse the tree and discriminate folders and files | [readonly]
9
+
**id** | **int** | | [readonly]
7
10
**type** | **str** | DEPRECATED: Use 'nature' instead. Value is \"Folder\". It is usefull to parse the tree and discriminate folders and files | [readonly]
8
-
**updated_at** | **datetime** | Date of the last update | [readonly]
9
11
**created_at** | **datetime** | Creation date | [readonly]
12
+
**updated_at** | **datetime** | Date of the last update | [readonly]
10
13
**groups_permissions** | [**[GroupFolderRead]**](GroupFolderRead.md) | List of group permissions | [readonly]
11
-
**user_permission** | **int** | Aggregate of group user permissions and folder default permission | [readonly]
0 commit comments