about summary refs log tree commit diff stats
path: root/crates/rocie-client/docs/ApiGetAuthProductParentApi.md
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-12-09 13:01:20 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-12-09 13:01:20 +0100
commit24a1c946b7017237627d69d293c05237d9b96ca5 (patch)
treefc9669287a86df5bc863507743ca9961519bef86 /crates/rocie-client/docs/ApiGetAuthProductParentApi.md
parentchore(crates/rocie-client): Re-generate (diff)
downloadserver-24a1c946b7017237627d69d293c05237d9b96ca5.zip
chore(rocie-client): Regenerate
This also adds cookie persisting to the default configuration.
Diffstat (limited to 'crates/rocie-client/docs/ApiGetAuthProductParentApi.md')
-rw-r--r--crates/rocie-client/docs/ApiGetAuthProductParentApi.md89
1 files changed, 89 insertions, 0 deletions
diff --git a/crates/rocie-client/docs/ApiGetAuthProductParentApi.md b/crates/rocie-client/docs/ApiGetAuthProductParentApi.md
new file mode 100644
index 0000000..fbdc3b1
--- /dev/null
+++ b/crates/rocie-client/docs/ApiGetAuthProductParentApi.md
@@ -0,0 +1,89 @@
+# \ApiGetAuthProductParentApi
+
+All URIs are relative to *http://localhost*
+
+Method | HTTP request | Description
+------------- | ------------- | -------------
+[**product_parents**](ApiGetAuthProductParentApi.md#product_parents) | **GET** /product_parents/ | Return all registered product parents
+[**product_parents_toplevel**](ApiGetAuthProductParentApi.md#product_parents_toplevel) | **GET** /product_parents_toplevel/ | Return all registered product parents, that have no parents themselves
+[**product_parents_under**](ApiGetAuthProductParentApi.md#product_parents_under) | **GET** /product_parents_under/{id} | Return all parents, that have this parent as parent
+
+
+
+## product_parents
+
+> Vec<models::ProductParent> product_parents()
+Return all registered product parents
+
+### Parameters
+
+This endpoint does not need any parameter.
+
+### Return type
+
+[**Vec<models::ProductParent>**](ProductParent.md)
+
+### Authorization
+
+No authorization required
+
+### HTTP request headers
+
+- **Content-Type**: Not defined
+- **Accept**: application/json, text/plain
+
+[[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)
+
+
+## product_parents_toplevel
+
+> Vec<models::ProductParent> product_parents_toplevel()
+Return all registered product parents, that have no parents themselves
+
+### Parameters
+
+This endpoint does not need any parameter.
+
+### Return type
+
+[**Vec<models::ProductParent>**](ProductParent.md)
+
+### Authorization
+
+No authorization required
+
+### HTTP request headers
+
+- **Content-Type**: Not defined
+- **Accept**: application/json, text/plain
+
+[[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)
+
+
+## product_parents_under
+
+> Vec<models::ProductParent> product_parents_under(id)
+Return all parents, that have this parent as parent
+
+### Parameters
+
+
+Name | Type | Description  | Required | Notes
+------------- | ------------- | ------------- | ------------- | -------------
+**id** | [**ProductParentId**](.md) | Product parent id | [required] |
+
+### Return type
+
+[**Vec<models::ProductParent>**](ProductParent.md)
+
+### Authorization
+
+No authorization required
+
+### HTTP request headers
+
+- **Content-Type**: Not defined
+- **Accept**: application/json, text/plain
+
+[[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)
+