diff options
Diffstat (limited to 'crates/rocie-client/docs/ApiGetAuthRecipeParentApi.md')
| -rw-r--r-- | crates/rocie-client/docs/ApiGetAuthRecipeParentApi.md | 89 |
1 files changed, 89 insertions, 0 deletions
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<models::RecipeParent> recipe_parents() +Return all registered recipe parents + +### Parameters + +This endpoint does not need any parameter. + +### Return type + +[**Vec<models::RecipeParent>**](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<models::RecipeParent> recipe_parents_toplevel() +Return all registered recipe parents, that have no parents themselves + +### Parameters + +This endpoint does not need any parameter. + +### Return type + +[**Vec<models::RecipeParent>**](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<models::RecipeParent> 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<models::RecipeParent>**](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) + |
