feedings_update_feeding
Update an existing feeding record by ID, changing only the fields you provide, such as start, end, amount, method, type, or notes.
Instructions
Update an existing feeding record. Only provided fields are changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | New end time in ISO 8601 format | |
| notes | No | New notes | |
| start | No | New start time in ISO 8601 format | |
| amount | No | New amount | |
| method | No | New method: bottle, left breast, right breast, both breasts, parent fed, self fed | |
| feeding_id | Yes | ID of the feeding record to update | |
| feeding_type | No | New type: breast milk, formula, fortified breast milk, solid food |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||