recipe_crud_update_one
Update a recipe by its unique slug with new data, modifying fields like ingredients, instructions, and nutrition.
Instructions
Update One [PUT /api/recipes/{slug}] Updates a recipe by existing slug and data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| slug | Yes |