diapers_update_diaper_change
Update an existing diaper change record by providing its ID and any fields to modify, such as wetness, solid contents, color, amount, time, or notes.
Instructions
Update an existing diaper change record. Only provided fields are changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wet | No | Whether the diaper was wet | |
| time | No | New time in ISO 8601 format | |
| color | No | Stool color: black, brown, green, yellow | |
| notes | No | New notes | |
| solid | No | Whether the diaper had solid contents | |
| amount | No | New amount | |
| change_id | Yes | ID of the diaper change record to update |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||