Change a meal plan entry
update_mealplan_entryMove a meal plan entry to a different day or meal slot, or replace its recipe with another one by providing a new recipe slug or UUID.
Instructions
Moves an entry to another day or slot, or replaces the recipe behind it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| text | No | ||
| title | No | ||
| recipe | No | Recipe slug (e.g. "quark-bowl") or recipe UUID — both are returned by search_recipes | |
| entry_id | Yes | Plan entry id from list_mealplans — an integer, not a UUID | |
| entry_type | No | Which meal of the day this entry belongs to |