about summary refs log tree commit diff stats
path: root/crates/rocie-client/docs/ApiSetRecipeApi.md
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-11-28 16:35:35 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-11-28 16:35:35 +0100
commita479685602347b473d74f99f492e5e85d7afde94 (patch)
treeed7eea0fbab0a9f33d959345719d638271539da0 /crates/rocie-client/docs/ApiSetRecipeApi.md
parentfeat(crates/rocie-cli): Add support for product parents (diff)
downloadserver-a479685602347b473d74f99f492e5e85d7afde94.zip
chore(crates/rocie-client): Re-generate
Diffstat (limited to 'crates/rocie-client/docs/ApiSetRecipeApi.md')
-rw-r--r--crates/rocie-client/docs/ApiSetRecipeApi.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/crates/rocie-client/docs/ApiSetRecipeApi.md b/crates/rocie-client/docs/ApiSetRecipeApi.md
new file mode 100644
index 0000000..00f2670
--- /dev/null
+++ b/crates/rocie-client/docs/ApiSetRecipeApi.md
@@ -0,0 +1,37 @@
+# \ApiSetRecipeApi
+
+All URIs are relative to *http://localhost*
+
+Method | HTTP request | Description
+------------- | ------------- | -------------
+[**add_recipe**](ApiSetRecipeApi.md#add_recipe) | **POST** /recipe/new | Register a product parent
+
+
+
+## add_recipe
+
+> models::RecipeId add_recipe(recipe_stub)
+Register a product parent
+
+### Parameters
+
+
+Name | Type | Description  | Required | Notes
+------------- | ------------- | ------------- | ------------- | -------------
+**recipe_stub** | [**RecipeStub**](RecipeStub.md) |  | [required] |
+
+### Return type
+
+[**models::RecipeId**](RecipeId.md)
+
+### Authorization
+
+No authorization required
+
+### HTTP request headers
+
+- **Content-Type**: application/json
+- **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)
+