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 {'POINT_CLOUD', 'DXF', 'OBJ', 'DWG', 'IFC', 'PHOTOSPHERE', 'GLTF'}, 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 {'PHOTOSPHERE', 'GLTF', 'IFC', 'DWG', 'POINT_CLOUD', 'DXF', 'OBJ'}, 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
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1482,14 +1482,14 @@ with bimdata_api_client.ApiClient(configuration) as api_client:
1482
1482
id = 1 # int | A unique integer value identifying this project.
1483
1483
write_folder_request = [
1484
1484
WriteFolderRequest(
1485
-
name="name_example",
1486
1485
default_permission=1,
1487
1486
parent_id=1,
1487
+
name="name_example",
1488
1488
children=[
1489
1489
WriteFolder(
1490
-
name="name_example",
1491
1490
default_permission=1,
1492
1491
parent_id=1,
1492
+
name="name_example",
1493
1493
children=None,
1494
1494
),
1495
1495
],
@@ -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 {'POINT_CLOUD', 'DXF', 'OBJ', 'DWG', 'IFC', 'PHOTOSPHERE', 'GLTF'}, a model will be created and attached to this document Required scopes: document:write
1549
+
Create a document. If the document is one of {'PHOTOSPHERE', 'GLTF', 'IFC', 'DWG', 'POINT_CLOUD', 'DXF', 'OBJ'}, a model will be created and attached to this document Required scopes: document:write
1550
1550
1551
1551
### Example
1552
1552
@@ -1853,6 +1853,7 @@ with bimdata_api_client.ApiClient(configuration) as api_client:
1853
1853
project_pk = 1 # int | A unique integer value identifying this project.
1854
1854
group_request = GroupRequest(
1855
1855
name="name_example",
1856
+
short_name="short_name_example",
1856
1857
color="color_example",
1857
1858
) # GroupRequest |
1858
1859
@@ -11032,7 +11033,7 @@ with bimdata_api_client.ApiClient(configuration) as api_client:
11032
11033
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** | * `french` - french * `italian` - italian * `english` - english * `spanish` - spanish * `german` - german | [optional]
9
+
**language** | **str, none_type** | * `german` - german * `french` - french * `italian` - italian * `english` - english * `spanish` - spanish | [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)
**short_name** | **str, none_type** | Short name of the group | [optional]
10
11
**color** | **str, none_type** | | [optional]
11
12
**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]
0 commit comments