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
@@ -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 {'OBJ', 'DWG', 'IFC', 'DXF', 'PHOTOSPHERE', 'POINT_CLOUD', '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 {'DWG', 'POINT_CLOUD', 'IFC', 'PHOTOSPHERE', 'OBJ', 'GLTF', '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
"""Link one or many documents to an element # noqa: E501
26758
26767
26759
-
Bulk relation create available. You can either post an id or a list of ids. Is you post a list, the response will be a list (in the same order) of created relation or of errors if any If at least one create succeeded, the status code will be 201. If every create failed, the status code we'll be 400 with the list of errors Required scopes: ifc:write, model:write # noqa: E501
26768
+
Bulk relation create available. You can either post an id or a list of ids. If you post a list, the response will be a list of created relation (in the same order) or of errors if any. If at least one create succeed, the status code will be 201. If every create failed, the status code we'll be 400 with the list of errors. Required scopes: ifc:write, model:write # noqa: E501
26760
26769
This method makes a synchronous HTTP request by default. To make an
"""Link one or many documents to an equipment # noqa: E501
26851
26861
26852
-
Bulk relation create available. You can either post an id or a list of ids. Is you post a list, the response will be a list (in the same order) of created relation or of errors if any If at least one create succeeded, the status code will be 201. If every create failed, the status code we'll be 400 with the list of errors Required scopes: ifc:write, model:write # noqa: E501
26862
+
Bulk relation create available. You can either post an id or a list of ids. If you post a list, the response will be a list of created relation (in the same order) or of errors if any. If at least one create succeed, the status code will be 201. If every create failed, the status code we'll be 400 with the list of errors. Required scopes: ifc:write, model:write # noqa: E501
26853
26863
This method makes a synchronous HTTP request by default. To make an
0 commit comments