edit_sleep
Modify a baby's sleep record by updating duration, start time, or notes using the interval ID from sleep history.
Instructions
Edit an existing sleep entry. Get the interval_id from get_sleep_history first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| child_uid | Yes | ||
| interval_id | Yes | ||
| start | No | ||
| duration | No | ||
| notes | No |