update_hydration_entry
Correct a previously logged hydration entry by specifying its ID and the updated values (amount, date, note).
Instructions
Correct a hydration entry you previously logged via log_hydration — e.g. "that was a 32 oz bottle, not 16". Required: id (from the prior log_hydration response). Only pass what you want to change. This only works on entries logged via chat; water added in the Iridium app itself returns a 404 and has to be edited there.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The id returned by log_hydration | |
| date | No | Same date forms as log_hydration | |
| note | No | ||
| amountML | No | Corrected volume in millilitres | |
| amountOz | No | Corrected volume in US fluid ounces |