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
@@ -8859,7 +8859,7 @@ def create_document(
8859
8859
):
8860
8860
"""Create a document # noqa: E501
8861
8861
8862
-
Create a document. If the document is one of {'POINT_CLOUD', 'DXF', 'DWG', 'GLTF', 'OBJ', 'IFC'}, a model will be created and attached to this document Required scopes: document:write # noqa: E501
8862
+
Create a document. If the document is one of {'OBJ', 'IFC', 'DXF', 'GLTF', 'DWG', 'POINT_CLOUD'}, a model will be created and attached to this document Required scopes: document:write # noqa: E501
8863
8863
This method makes a synchronous HTTP request by default. To make an
format (str): The BCF data structure may be used for other purposes than BCF Topics. (Storing coordinates, a viewpoint, a list of objecs, etc) The default value is \"standard\". If you want to use the BCF routes to store custom data not related to a BCF Topic, you must set this value to something else. You must add a query string filter if you want to fetch topics with a non \"standard\" format. . [optional] # noqa: E501
format (str): The BCF data structure may be used for other purposes than BCF Topics. (Storing coordinates, a viewpoint, a list of objecs, etc) The default value is \"standard\". If you want to use the BCF routes to store custom data not related to a BCF Topic, you must set this value to something else. You must add a query string filter if you want to fetch topics with a non \"standard\" format. . [optional] # noqa: E501
format (str): The BCF data structure may be used for other purposes than BCF Topics. (Storing coordinates, a viewpoint, a list of objecs, etc) The default value is \"standard\". If you want to use the BCF routes to store custom data not related to a BCF Topic, you must set this value to something else. You must add a query string filter if you want to fetch topics with a non \"standard\" format. . [optional] # noqa: E501
format (str): The BCF data structure may be used for other purposes than BCF Topics. (Storing coordinates, a viewpoint, a list of objecs, etc) The default value is \"standard\". If you want to use the BCF routes to store custom data not related to a BCF Topic, you must set this value to something else. You must add a query string filter if you want to fetch topics with a non \"standard\" format. . [optional] # noqa: E501
format (str): The BCF data structure may be used for other purposes than BCF Topics. (Storing coordinates, a viewpoint, a list of objecs, etc) The default value is \"standard\". If you want to use the BCF routes to store custom data not related to a BCF Topic, you must set this value to something else. You must add a query string filter if you want to fetch topics with a non \"standard\" format. . [optional] # noqa: E501
format (str): The BCF data structure may be used for other purposes than BCF Topics. (Storing coordinates, a viewpoint, a list of objecs, etc) The default value is \"standard\". If you want to use the BCF routes to store custom data not related to a BCF Topic, you must set this value to something else. You must add a query string filter if you want to fetch topics with a non \"standard\" format. . [optional] # noqa: E501
Copy file name to clipboardExpand all lines: docs/BcfApi.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -905,6 +905,9 @@ with bimdata_api_client.ApiClient(configuration) as api_client:
905
905
),
906
906
],
907
907
project=1,
908
+
bimdata_viewer_layout={
909
+
"key": None,
910
+
},
908
911
) # FullTopicRequest |
909
912
img_format ="url"# str | All snapshot_data will be returned as url instead of base64 (optional) if omitted the server will use the default value of "url"
910
913
@@ -1172,6 +1175,9 @@ with bimdata_api_client.ApiClient(configuration) as api_client:
1172
1175
format="format_example",
1173
1176
index=0,
1174
1177
project=1,
1178
+
bimdata_viewer_layout={
1179
+
"key": None,
1180
+
},
1175
1181
) # TopicRequest |
1176
1182
1177
1183
# example passing only required values which don't have defaults set
@@ -2975,6 +2981,9 @@ with bimdata_api_client.ApiClient(configuration) as api_client:
2975
2981
),
2976
2982
],
2977
2983
project=1,
2984
+
bimdata_viewer_layout={
2985
+
"key": None,
2986
+
},
2978
2987
) # FullTopicRequest |
2979
2988
img_format ="url"# str | All snapshot_data will be returned as url instead of base64 (optional) if omitted the server will use the default value of "url"
2980
2989
@@ -3246,6 +3255,9 @@ with bimdata_api_client.ApiClient(configuration) as api_client:
3246
3255
format="format_example",
3247
3256
index=0,
3248
3257
project=1,
3258
+
bimdata_viewer_layout={
3259
+
"key": None,
3260
+
},
3249
3261
) # TopicRequest |
3250
3262
3251
3263
# example passing only required values which don't have defaults set
@@ -7020,6 +7032,9 @@ with bimdata_api_client.ApiClient(configuration) as api_client:
7020
7032
),
7021
7033
],
7022
7034
project=1,
7035
+
bimdata_viewer_layout={
7036
+
"key": None,
7037
+
},
7023
7038
) # PatchedFullTopicRequest | (optional)
7024
7039
7025
7040
# example passing only required values which don't have defaults set
@@ -7299,6 +7314,9 @@ with bimdata_api_client.ApiClient(configuration) as api_client:
7299
7314
format="format_example",
7300
7315
index=0,
7301
7316
project=1,
7317
+
bimdata_viewer_layout={
7318
+
"key": None,
7319
+
},
7302
7320
) # PatchedTopicRequest | (optional)
7303
7321
7304
7322
# example passing only required values which don't have defaults set
Copy file name to clipboardExpand all lines: docs/CollaborationApi.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1541,7 +1541,7 @@ Name | Type | Description | Notes
1541
1541
1542
1542
Create a document
1543
1543
1544
-
Create a document. If the document is one of {'POINT_CLOUD', 'DXF', 'DWG', 'GLTF', 'OBJ', 'IFC'}, a model will be created and attached to this document Required scopes: document:write
1544
+
Create a document. If the document is one of {'OBJ', 'IFC', 'DXF', 'GLTF', 'DWG', 'POINT_CLOUD'}, a model will be created and attached to this document Required scopes: document:write
**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]
30
31
31
32
[[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