PUT /api/v1/tracker/waters/{tracker-water-id}
Update a water intake record in the tracker system.
Permissions
Permission | Description |
---|
tracker_waters.update | Update tracker water record |
Request Body Parameters
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.
Response
200 OK
<tracker water resource>
Error Responses