update-body-measurement
Update an existing body measurement entry for a given date. Overwrites all provided fields; omitted fields become null. Returns 404 if no entry exists.
Instructions
Update an existing body measurement entry for a given date. All fields are overwritten — omitted fields are set to null. Returns 404 if no entry exists for the date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | The date of the body measurement to update (YYYY-MM-DD). Must already exist — returns 404 otherwise. | |
| weightKg | No | Body weight in kilograms | |
| leanMassKg | No | Lean body mass in kilograms | |
| fatPercent | No | Body fat percentage | |
| neckCm | No | Neck circumference in centimeters | |
| shoulderCm | No | Shoulder circumference in centimeters | |
| chestCm | No | Chest circumference in centimeters | |
| leftBicepCm | No | Left bicep circumference in centimeters | |
| rightBicepCm | No | Right bicep circumference in centimeters | |
| leftForearmCm | No | Left forearm circumference in centimeters | |
| rightForearmCm | No | Right forearm circumference in centimeters | |
| abdomen | No | Abdomen circumference in centimeters | |
| waist | No | Waist circumference in centimeters | |
| hips | No | Hips circumference in centimeters | |
| leftThigh | No | Left thigh circumference in centimeters | |
| rightThigh | No | Right thigh circumference in centimeters | |
| leftCalf | No | Left calf circumference in centimeters | |
| rightCalf | No | Right calf circumference in centimeters |