edit_sleep
Update a previously logged sleep entry using its interval_id from sleep history. Adjust start time, duration, or notes for a child to keep sleep records accurate.
Instructions
Edit an existing sleep entry. Get the interval_id from get_sleep_history first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| start | No | ||
| duration | No | ||
| child_uid | Yes | ||
| interval_id | Yes |