Skip to content

Commit c191c95

Browse files
committed
PATCH: allow empty files
1 parent 821b52d commit c191c95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bimdata_api_client/api/collaboration_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7743,7 +7743,7 @@ def create_document(
77437743
):
77447744
"""Create a document # noqa: E501
77457745

7746-
Create a document. If the document is one of {'DWG', 'OBJ', 'GLTF', 'IFC', 'BFX', 'DXF', 'DAE'}, a model will be created and attached to this document Required scopes: document:write # noqa: E501
7746+
Create a document. If the document is one of {'BFX', 'DXF', 'DAE', 'GLTF', 'OBJ', 'DWG', 'IFC'}, a model will be created and attached to this document Required scopes: document:write # noqa: E501
77477747
This method makes a synchronous HTTP request by default. To make an
77487748
asynchronous HTTP request, please pass async_req=True
77497749

docs/CollaborationApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1312,7 +1312,7 @@ Name | Type | Description | Notes
13121312
13131313
Create a document
13141314

1315-
Create a document. If the document is one of {'DWG', 'OBJ', 'GLTF', 'IFC', 'BFX', 'DXF', 'DAE'}, a model will be created and attached to this document Required scopes: document:write
1315+
Create a document. If the document is one of {'BFX', 'DXF', 'DAE', 'GLTF', 'OBJ', 'DWG', 'IFC'}, a model will be created and attached to this document Required scopes: document:write
13161316

13171317
### Example
13181318

0 commit comments

Comments
 (0)