sleep_update_sleep
Update an existing sleep record by changing only the provided start, end, nap, or notes fields. Specify the sleep ID to modify the record.
Instructions
Update an existing sleep record. Only provided fields are changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | New end time in ISO 8601 format | |
| nap | No | True if nap, False if night sleep | |
| notes | No | New notes | |
| start | No | New start time in ISO 8601 format | |
| sleep_id | Yes | ID of the sleep record to update |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||