update_mealplan
Modify a meal plan entry by ID. Only specified fields (date, type, title, text, recipe ID) are updated.
Instructions
Patch a meal-plan entry. Only non-empty fields are sent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mealplan_id | Yes | ||
| date | No | ||
| entry_type | No | ||
| title | No | ||
| text | No | ||
| recipe_id | No |