diff options
Diffstat (limited to 'crates/rocie-client/docs/ApiGetAuthRefinedRecipeApi.md')
| -rw-r--r-- | crates/rocie-client/docs/ApiGetAuthRefinedRecipeApi.md | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/crates/rocie-client/docs/ApiGetAuthRefinedRecipeApi.md b/crates/rocie-client/docs/ApiGetAuthRefinedRecipeApi.md index 35bf5a5..9e991ae 100644 --- a/crates/rocie-client/docs/ApiGetAuthRefinedRecipeApi.md +++ b/crates/rocie-client/docs/ApiGetAuthRefinedRecipeApi.md @@ -10,27 +10,24 @@ You should have received a copy of the License along with this program. If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>. --> -# \ApiGetAuthRefinedRecipeApi - -All URIs are relative to *http://localhost* - -Method | HTTP request | Description -------------- | ------------- | ------------- -[**refined_recipe_by_id**](ApiGetAuthRefinedRecipeApi.md#refined_recipe_by_id) | **GET** /refined-recipe/by-id/{id} | Get an refined recipe from it's recipe's id. +# \\ApiGetAuthRefinedRecipeApi +All URIs are relative to _http://localhost_ +| Method | HTTP request | Description | +| ------------------------------------------------------------------------------ | ---------------------------------- | -------------------------------------------- | +| [**refined_recipe_by_id**](ApiGetAuthRefinedRecipeApi.md#refined_recipe_by_id) | **GET** /refined-recipe/by-id/{id} | Get an refined recipe from it's recipe's id. | ## refined_recipe_by_id -> models::RefinedRecipe refined_recipe_by_id(id) -Get an refined recipe from it's recipe's id. +> models::RefinedRecipe refined_recipe_by_id(id) Get an refined recipe from it's +> recipe's id. ### Parameters - -Name | Type | Description | Required | Notes -------------- | ------------- | ------------- | ------------- | ------------- -**id** | [**RecipeId**](.md) | Recipe id | [required] | +| Name | Type | Description | Required | Notes | +| ------ | ------------------- | ----------- | ---------- | ----- | +| **id** | [**RecipeId**](.md) | Recipe id | [required] | ### Return type @@ -45,5 +42,7 @@ No authorization required - **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) - +[[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) |
