Update a recipe
update_recipeEdit a stored recipe to fix ingredients, add steps, or change servings, tags, image, and source. Only provided fields change.
Instructions
Edit a stored recipe: fix an ingredient, add steps, change servings, tags, image or source. Only provided fields change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| steps | No | ||
| title | No | ||
| servings | No | ||
| image_url | No | ||
| recipe_id | Yes | ||
| source_url | No | ||
| description | No | ||
| ingredients | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| tags | No | ||
| steps | No | ||
| title | Yes | ||
| servings | No | ||
| image_url | No | ||
| created_at | No | ||
| source_url | No | ||
| description | No | ||
| ingredients | No | ||
| is_favorite | No |