update-body-measurement
Update existing body measurements for a specific date by sending only the fields you need to change. Requires an existing entry and at least one measurement field.
Instructions
Update an existing body measurement entry for a given date. Only the fields you provide are sent and updated; null values are treated as omitted, since the Hevy API does not support clearing individual fields. Requires at least one measurement field. 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. | |
| hips | No | Hips circumference in centimeters | |
| waist | No | Waist circumference in centimeters | |
| neckCm | No | Neck circumference in centimeters | |
| abdomen | No | Abdomen circumference in centimeters | |
| chestCm | No | Chest circumference in centimeters | |
| leftCalf | No | Left calf circumference in centimeters | |
| weightKg | No | Body weight in kilograms | |
| leftThigh | No | Left thigh circumference in centimeters | |
| rightCalf | No | Right calf circumference in centimeters | |
| fatPercent | No | Body fat percentage | |
| leanMassKg | No | Lean body mass in kilograms | |
| rightThigh | No | Right thigh circumference in centimeters | |
| shoulderCm | No | Shoulder 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 |