update_recipes_by_slug
Update an existing recipe in Mealie by providing its slug and modified fields. Modify ingredients, instructions, or other recipe details.
Instructions
Updates a recipe by existing slug and data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| slug | No | ||
| tags | No | ||
| image | No | ||
| notes | No | ||
| tools | No | ||
| assets | No | ||
| extras | No | ||
| orgURL | No | ||
| rating | No | ||
| userId | No | ||
| groupId | No | ||
| comments | No | ||
| cookTime | No | ||
| lastMade | No | ||
| prepTime | No | ||
| settings | No | ||
| createdAt | No | ||
| dateAdded | No | ||
| nutrition | No | ||
| totalTime | No | ||
| update_at | No | ||
| slug__path | Yes | (Path parameter) | |
| dateUpdated | No | ||
| description | No | ||
| householdId | No | ||
| performTime | No | ||
| recipeYield | No | ||
| recipeCategory | No | ||
| recipeServings | No | ||
| accept-language | No | ||
| recipeIngredient | No | ||
| recipeInstructions | No | ||
| recipeYieldQuantity | No |