From b467f7202f5c0c3970e39ea396a0cec0fd6a36ee Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 15 Feb 2026 22:25:39 +0100 Subject: chore(rocie-client): Re-generate the client api --- .../rocie-client/docs/ApiGetAuthRecipeParentApi.md | 89 ++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 crates/rocie-client/docs/ApiGetAuthRecipeParentApi.md (limited to 'crates/rocie-client/docs/ApiGetAuthRecipeParentApi.md') diff --git a/crates/rocie-client/docs/ApiGetAuthRecipeParentApi.md b/crates/rocie-client/docs/ApiGetAuthRecipeParentApi.md new file mode 100644 index 0000000..0490daf --- /dev/null +++ b/crates/rocie-client/docs/ApiGetAuthRecipeParentApi.md @@ -0,0 +1,89 @@ +# \ApiGetAuthRecipeParentApi + +All URIs are relative to *http://localhost* + +Method | HTTP request | Description +------------- | ------------- | ------------- +[**recipe_parents**](ApiGetAuthRecipeParentApi.md#recipe_parents) | **GET** /recipe_parents/ | Return all registered recipe parents +[**recipe_parents_toplevel**](ApiGetAuthRecipeParentApi.md#recipe_parents_toplevel) | **GET** /recipe_parents_toplevel/ | Return all registered recipe parents, that have no parents themselves +[**recipe_parents_under**](ApiGetAuthRecipeParentApi.md#recipe_parents_under) | **GET** /recipe_parents_under/{id} | Return all parents, that have this parent as parent + + + +## recipe_parents + +> Vec recipe_parents() +Return all registered recipe parents + +### Parameters + +This endpoint does not need any parameter. + +### Return type + +[**Vec**](RecipeParent.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) + + +## recipe_parents_toplevel + +> Vec recipe_parents_toplevel() +Return all registered recipe parents, that have no parents themselves + +### Parameters + +This endpoint does not need any parameter. + +### Return type + +[**Vec**](RecipeParent.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) + + +## recipe_parents_under + +> Vec recipe_parents_under(id) +Return all parents, that have this parent as parent + +### Parameters + + +Name | Type | Description | Required | Notes +------------- | ------------- | ------------- | ------------- | ------------- +**id** | [**RecipeParentId**](.md) | Recipe parent id | [required] | + +### Return type + +[**Vec**](RecipeParent.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) + -- cgit 1.4.1