Update a water intake record in the tracker system.
| Permission | Description |
|---|---|
tracker_waters.update | Update tracker water record |
| Name | Type | Required | Description |
|---|---|---|---|
tracked_at | string | No | Datetime for the water intake |
glass_count | float | No | Number of glasses (float) |
notes | string | No | Optional notes |
All parameters are optional. If omitted, they will not be updated. You can set them to null if desired.
<tracker water resource>
| Status | Error Type | Reference |
|---|---|---|
| 422 | Validation Error | Validation error |
| 401 | Unauthorized | Authentication error |
| 403 | Forbidden | Permission error |