Skip to content

Commit 6a0bce1

Browse files
committed
PATCH: rename last ifc operations (#489)
1 parent f2cc105 commit 6a0bce1

File tree

6 files changed

+1572
-1572
lines changed

6 files changed

+1572
-1572
lines changed

README.md

Lines changed: 23 additions & 23 deletions
Large diffs are not rendered by default.

bimdata_api_client/api/ifc_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3461,7 +3461,7 @@ def create_element_property_set_property_deprecated_with_http_info(self, cloud_p
34613461
def create_ifc_deprecated(self, cloud_pk, project_pk, data, **kwargs): # noqa: E501
34623462
"""Make a PDF or Image file a Model # noqa: E501
34633463

3464-
Make a PDF or Image file a Model to be used in BIMData services Required scopes: ifc:write, model:write # noqa: E501
3464+
Make a PDF or Image file a Model to be used in BIMData services. If a model already exists, this route does nothing and returns a 201 with the model Required scopes: ifc:write, model:write # noqa: E501
34653465
This method makes a synchronous HTTP request by default. To make an
34663466
asynchronous HTTP request, please pass async_req=True
34673467
>>> thread = api.create_ifc_deprecated(cloud_pk, project_pk, data, async_req=True)
@@ -3488,7 +3488,7 @@ def create_ifc_deprecated(self, cloud_pk, project_pk, data, **kwargs): # noqa:
34883488
def create_ifc_deprecated_with_http_info(self, cloud_pk, project_pk, data, **kwargs): # noqa: E501
34893489
"""Make a PDF or Image file a Model # noqa: E501
34903490

3491-
Make a PDF or Image file a Model to be used in BIMData services Required scopes: ifc:write, model:write # noqa: E501
3491+
Make a PDF or Image file a Model to be used in BIMData services. If a model already exists, this route does nothing and returns a 201 with the model Required scopes: ifc:write, model:write # noqa: E501
34923492
This method makes a synchronous HTTP request by default. To make an
34933493
asynchronous HTTP request, please pass async_req=True
34943494
>>> thread = api.create_ifc_deprecated_with_http_info(cloud_pk, project_pk, data, async_req=True)

0 commit comments

Comments
 (0)