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
@@ -8240,7 +8240,7 @@ def create_document(
8240
8240
):
8241
8241
"""Create a document # noqa: E501
8242
8242
8243
-
Create a document. If the document is one of {'OBJ', 'DAE', 'GLTF', 'IFC', 'BFX', 'POINT_CLOUD', 'DWG', 'DXF'}, a model will be created and attached to this document Required scopes: document:write # noqa: E501
8243
+
Create a document. If the document is one of {'POINT_CLOUD', 'BFX', 'DWG', 'DAE', 'GLTF', 'OBJ', 'DXF', 'IFC'}, a model will be created and attached to this document Required scopes: document:write # noqa: E501
8244
8244
This method makes a synchronous HTTP request by default. To make an
Copy file name to clipboardExpand all lines: docs/BcfApi.md
+24-40Lines changed: 24 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3972,14 +3972,10 @@ with bimdata_api_client.ApiClient(configuration) as api_client:
3972
3972
# Create an instance of the API class
3973
3973
api_instance = bcf_api.BcfApi(api_client)
3974
3974
projects_pk =1# int |
3975
-
format="format_example"# str | (optional)
3976
-
ifcs = [
3977
-
1,
3978
-
] # [int] | (optional)
3975
+
format="format_example"# str | format (optional)
3976
+
ifcs ="ifcs_example"# str | ifcs (optional)
3979
3977
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"
3980
-
models = [
3981
-
1,
3982
-
] # [int] | (optional)
3978
+
models ="models_example"# str | models (optional)
3983
3979
3984
3980
# example passing only required values which don't have defaults set
3985
3981
try:
@@ -4005,10 +4001,10 @@ with bimdata_api_client.ApiClient(configuration) as api_client:
**img_format** | **str**| All snapshot_data will be returned as url instead of base64 | [optional] if omitted the server will use the default value of "url"
4011
-
**models** | **[int]**| | [optional]
4007
+
**models** | **str**| models | [optional]
4012
4008
4013
4009
### Return type
4014
4010
@@ -4095,13 +4091,9 @@ with bimdata_api_client.ApiClient(configuration) as api_client:
4095
4091
api_instance = bcf_api.BcfApi(api_client)
4096
4092
guid ="guid_example"# str |
4097
4093
projects_pk =1# int |
4098
-
format="format_example"# str | (optional)
4099
-
ifcs = [
4100
-
1,
4101
-
] # [int] | (optional)
4102
-
models = [
4103
-
1,
4104
-
] # [int] | (optional)
4094
+
format="format_example"# str | format (optional)
4095
+
ifcs ="ifcs_example"# str | ifcs (optional)
4096
+
models ="models_example"# str | models (optional)
4105
4097
4106
4098
# example passing only required values which don't have defaults set
4107
4099
try:
@@ -4128,9 +4120,9 @@ Name | Type | Description | Notes
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
@@ -1525,7 +1525,7 @@ Name | Type | Description | Notes
1525
1525
1526
1526
Create a document
1527
1527
1528
-
Create a document. If the document is one of {'OBJ', 'DAE', 'GLTF', 'IFC', 'BFX', 'POINT_CLOUD', 'DWG', 'DXF'}, a model will be created and attached to this document Required scopes: document:write
1528
+
Create a document. If the document is one of {'POINT_CLOUD', 'BFX', 'DWG', 'DAE', 'GLTF', 'OBJ', 'DXF', 'IFC'}, a model will be created and attached to this document Required scopes: document:write
0 commit comments