update_recipe
Update a recipe's details by patching only the provided fields. Specify the recipe slug and optionally modify name, description, yield, times, or source URL.
Instructions
Patch a recipe. Only non-empty fields are sent.
Note: rating is per-user in Mealie 2.x+ and is not exposed here. Set it via the Mealie UI (or a future dedicated tool) against POST /api/users/{user_id}/ratings/{slug}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| name | No | ||
| description | No | ||
| recipe_yield | No | ||
| prep_time | No | ||
| perform_time | No | ||
| total_time | No | ||
| org_url | No |