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
Create a document. If the document is one of {'GLTF', 'OBJ', 'POINT_CLOUD', 'DXF', 'PHOTOSPHERE', 'DWG', 'IFC'}, a model will be created and attached to this document Required scopes: document:write # noqa: E501
9347
+
Create a document. If the document is one of {'GLTF', 'PHOTOSPHERE', 'POINT_CLOUD', 'IFC', 'DWG', 'DXF', 'OBJ'}, a model will be created and attached to this document Required scopes: document:write # noqa: E501
9348
9348
This method makes a synchronous HTTP request by default. To make an
id (int): A unique integer value identifying this project.
13679
13679
13680
13680
Keyword Args:
13681
-
with_urls (str): By default, `file` and `office_preview` fields are set to None for performance reasons. If you want those fields, set `?with_urls=true`. . [optional]
13681
+
without_urls (str): Serializing many filefields is slow and CPU heavy. If you don't need those fields, you can skip them. File fields will be set to None, even if they are set. . [optional]
13682
13682
_return_http_data_only (bool): response data without head status
13683
13683
code and headers. Default is True.
13684
13684
_preload_content (bool): if False, the urllib3.HTTPResponse object
Copy file name to clipboardExpand all lines: docs/CollaborationApi.md
+7-7Lines changed: 7 additions & 7 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
+
default_permission=1,
1811
1812
parent_id=1,
1812
1813
name="name_example",
1813
-
default_permission=1,
1814
1814
children=[
1815
1815
WriteFolder(
1816
+
default_permission=1,
1816
1817
parent_id=1,
1817
1818
name="name_example",
1818
-
default_permission=1,
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 {'GLTF', 'OBJ', 'POINT_CLOUD', 'DXF', 'PHOTOSPHERE', 'DWG', 'IFC'}, a model will be created and attached to this document Required scopes: document:write
1875
+
Create a document. If the document is one of {'GLTF', 'PHOTOSPHERE', 'POINT_CLOUD', 'IFC', 'DWG', 'DXF', 'OBJ'}, a model will be created and attached to this document Required scopes: document:write
1876
1876
1877
1877
### Example
1878
1878
@@ -7520,7 +7520,7 @@ with bimdata_api_client.ApiClient(configuration) as api_client:
id = 1 # int | A unique integer value identifying this project.
7523
-
with_urls = "false" # str | By default, `file` and `office_preview` fields are set to None for performance reasons. If you want those fields, set `?with_urls=true`. (optional)
7523
+
without_urls = "false" # str | Serializing many filefields is slow and CPU heavy. If you don't need those fields, you can skip them. File fields will be set to None, even if they are set. (optional)
7524
7524
7525
7525
# example passing only required values which don't have defaults set
7526
7526
try:
@@ -7534,7 +7534,7 @@ with bimdata_api_client.ApiClient(configuration) as api_client:
**id** | **int**| A unique integer value identifying this project. |
7550
-
**with_urls** | **str**| By default, `file` and `office_preview` fields are set to None for performance reasons. If you want those fields, set `?with_urls=true`. | [optional]
7550
+
**without_urls** | **str**| Serializing many file fields is slow and CPU heavy. If you don't need those fields, you can skip them. File fields will be set to None, even if they are set. | [optional]
7551
7551
7552
7552
### Return type
7553
7553
@@ -11262,7 +11262,7 @@ with bimdata_api_client.ApiClient(configuration) as api_client:
11262
11262
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** | * `english` - english * `spanish` - spanish * `french` - french * `italian` - italian * `german` - german | [optional]
9
+
**language** | **str, none_type** | * `french` - french * `spanish` - spanish * `german` - german * `italian` - italian * `english` - english | [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)
0 commit comments