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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10239,7 +10239,7 @@ def create_document(
10239
10239
):
10240
10240
"""Create a document # noqa: E501
10241
10241
10242
-
Create a document. If the document is one of {'PHOTOSPHERE', 'DXF', 'IFC', 'OBJ', 'POINT_CLOUD', 'DWG', 'GLTF'}, a model will be created and attached to this document Required scopes: document:write # noqa: E501
10242
+
Create a document. If the document is one of {'GLTF', 'OBJ', 'POINT_CLOUD', 'IFC', 'PHOTOSPHERE', 'DWG', 'DXF'}, a model will be created and attached to this document Required scopes: document:write # noqa: E501
10243
10243
This method makes a synchronous HTTP request by default. To make an
Create a naming rule list Required scopes: document:write # noqa: E501
10593
+
Create a naming rule list. These are just templates being copied, effective rules using these lists will copy the content. Required scopes: document:write # noqa: E501
10594
10594
This method makes a synchronous HTTP request by default. To make an
"""Update some fields of a naming rule list # noqa: E501
18830
18830
18831
-
Update some fields of a naming rule list Required scopes: document:write # noqa: E501
18831
+
Update some fields of a naming rule list. These are just templates. Changing the template won't change the effective rules using these lists, they will keep the content they had when they were created. Required scopes: document:write # noqa: E501
18832
18832
This method makes a synchronous HTTP request by default. To make an
0 commit comments