Record a new water intake in the tracker system.
| Permission | Description |
|---|---|
tracker_waters.create | Create tracker water record |
| Name | Type | Required | Description |
|---|---|---|---|
tracked_at | string | Yes | Datetime for the water intake |
glass_count | float | Yes | Number of glasses (float) |
notes | string | No | Optional notes |
<tracker water resource>
| Status | Error Type | Reference |
|---|---|---|
| 422 | Validation Error | Validation error |
| 401 | Unauthorized | Authentication error |
| 403 | Forbidden | Permission error |