weight
Modifies an existing weight entry
put/patients/{patient_id}/weights/{patient_weight_id}
Path parameters
patient_idinteger required
patient_weight_idinteger required
Request body
Example request
{
"weight_date": "2025-12-18",
"weight_kg": 68.4,
"weight_time": "07:32:10"
}Response
successful operation
Example response
{
"source": "healthconnect",
"source_id": "12345678-90ab-cdef-1234-567890abcdef",
"weight_date": "2025-12-18",
"weight_kg": 68.4,
"weight_time": "07:32:10"
}