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
MINOR: gen the doc & lib with the AI app enabled (#982)
* MINOR: gen the lib with the AI app enabled
* Fix ProjectAiViewSet argument usage.
* Move ai features into private urls.
* Fix url for document content
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
@@ -9333,7 +9333,7 @@ def create_document(
9333
9333
):
9334
9334
"""Create a document # noqa: E501
9335
9335
9336
-
Create a document. If the document is one of {'IFC', 'POINT_CLOUD', 'OBJ', 'GLTF', 'PHOTOSPHERE', 'DXF', 'DWG'}, a model will be created and attached to this document Required scopes: document:write # noqa: E501
9336
+
Create a document. If the document is one of {'DXF', 'OBJ', 'IFC', 'PHOTOSPHERE', 'GLTF', 'POINT_CLOUD', 'DWG'}, a model will be created and attached to this document Required scopes: document:write # noqa: E501
9337
9337
This method makes a synchronous HTTP request by default. To make an
Copy file name to clipboardExpand all lines: docs/CollaborationApi.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1808,14 +1808,14 @@ with bimdata_api_client.ApiClient(configuration) as api_client:
1808
1808
id = 1 # int | A unique integer value identifying this project.
1809
1809
write_folder_request = [
1810
1810
WriteFolderRequest(
1811
-
name="name_example",
1812
1811
default_permission=1,
1813
1812
parent_id=1,
1813
+
name="name_example",
1814
1814
children=[
1815
1815
WriteFolder(
1816
-
name="name_example",
1817
1816
default_permission=1,
1818
1817
parent_id=1,
1818
+
name="name_example",
1819
1819
children=None,
1820
1820
),
1821
1821
],
@@ -1872,7 +1872,7 @@ Name | Type | Description | Notes
1872
1872
1873
1873
Create a document
1874
1874
1875
-
Create a document. If the document is one of {'IFC', 'POINT_CLOUD', 'OBJ', 'GLTF', 'PHOTOSPHERE', 'DXF', 'DWG'}, a model will be created and attached to this document Required scopes: document:write
1875
+
Create a document. If the document is one of {'DXF', 'OBJ', 'IFC', 'PHOTOSPHERE', 'GLTF', 'POINT_CLOUD', 'DWG'}, a model will be created and attached to this document Required scopes: document:write
**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 * `italian` - italian * `french` - french * `spanish` - spanish | [optional]
9
+
**language** | **str, none_type** | * `german` - german * `italian` - italian * `english` - english * `spanish` - spanish * `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 * `english` - english * `italian` - italian * `french` - french * `spanish` - spanish | [optional]
8
+
**language** | **str, none_type** | * `german` - german * `italian` - italian * `english` - english * `spanish` - spanish * `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)
**updated_at** | **datetime** | Date of the last update | [readonly]
9
-
**groups_permissions** | [**[GroupFolderRead]**](GroupFolderRead.md) | List of group permissions | [readonly]
10
-
**created_at** | **datetime** | Creation date | [readonly]
11
-
**name** | **str** | Name of the folder |
12
-
**user_permission** | **int** | Aggregate of group user permissions and folder default permission | [readonly]
13
9
**type** | **str** | DEPRECATED: Use 'nature' instead. Value is \"Folder\". It is usefull to parse the tree and discriminate folders and files | [readonly]
0 commit comments