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
* one storey site by building
* add db unique constraint
* Update ifc/v1/views.py
Co-authored-by: Hugo Duroux <hugo@bimdata.io>
* Update ifc/v1/views.py
Co-authored-by: Hugo Duroux <hugo@bimdata.io>
Co-authored-by: Hugo Duroux <hugo@bimdata.io>
This route allows you to create storeys, modify them, delete them and organize them by order. If the optional field \"id\" is present, the storey will be modified. Otherwise, a new storey will be created. If an \"id\" present in the api is not present in the list passed in parameter, the corresponding storey will be deleted. An storey with \"is_site=True\" will be stored without order. Required scopes: ifc:write # noqa: E501
7392
+
This route allows you to create storeys, modify them, delete them and organize them by order. If the optional field \"id\" is present, the storey will be modified. Otherwise, a new storey will be created. If an \"id\" present in the api is not present in the list passed in parameter, the corresponding storey will be deleted. A storey with \"is_site=True\" will be stored without order. There can be only one storey with \"is_site=True\"\" Required scopes: ifc:write # noqa: E501
7406
7393
This method makes a synchronous HTTP request by default. To make an
This route allows you to create storeys, modify them, delete them and organize them by order. If the optional field \"id\" is present, the storey will be modified. Otherwise, a new storey will be created. If an \"id\" present in the api is not present in the list passed in parameter, the corresponding storey will be deleted. An storey with \"is_site=True\" will be stored without order. Required scopes: ifc:write # noqa: E501
7420
+
This route allows you to create storeys, modify them, delete them and organize them by order. If the optional field \"id\" is present, the storey will be modified. Otherwise, a new storey will be created. If an \"id\" present in the api is not present in the list passed in parameter, the corresponding storey will be deleted. A storey with \"is_site=True\" will be stored without order. There can be only one storey with \"is_site=True\"\" Required scopes: ifc:write # noqa: E501
7434
7421
This method makes a synchronous HTTP request by default. To make an
Copy file name to clipboardExpand all lines: docs/IfcApi.md
+7-11Lines changed: 7 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6568,11 +6568,11 @@ Name | Type | Description | Notes
6568
6568
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
print("Exception when calling IfcApi->create_storey_plan: %s\n" % e)
@@ -6762,7 +6759,6 @@ Name | Type | Description | Notes
6762
6759
**ifc_pk** | **str**| |
6763
6760
**project_pk** | **str**| |
6764
6761
**storey_pk** | **str**| |
6765
-
**data** | [**Storey**](Storey.md)| |
6766
6762
6767
6763
### Return type
6768
6764
@@ -6774,7 +6770,7 @@ Name | Type | Description | Notes
6774
6770
6775
6771
### HTTP request headers
6776
6772
6777
-
- **Content-Type**: application/json
6773
+
- **Content-Type**: Not defined
6778
6774
- **Accept**: application/json
6779
6775
6780
6776
### HTTP response details
@@ -11037,7 +11033,7 @@ Name | Type | Description | Notes
11037
11033
11038
11034
Update all fields of all storeys
11039
11035
11040
-
This route allows you to create storeys, modify them, delete them and organize them by order. If the optional field \"id\" is present, the storey will be modified. Otherwise, a new storey will be created. If an \"id\" present in the api is not present in the list passed in parameter, the corresponding storey will be deleted. An storey with \"is_site=True\" will be stored without order. Required scopes: ifc:write
11036
+
This route allows you to create storeys, modify them, delete them and organize them by order. If the optional field \"id\" is present, the storey will be modified. Otherwise, a new storey will be created. If an \"id\" present in the api is not present in the list passed in parameter, the corresponding storey will be deleted. A storey with \"is_site=True\" will be stored without order. There can be only one storey with \"is_site=True\"\" Required scopes: ifc:write
0 commit comments