cURL
curl --request PUT \ --url 'https://partner-api.ochy-prod.com/subjects/{subject_id}?apiKey=' \ --header 'Content-Type: application/json' \ --data ' { "name": "Jane Smith-Williams", "weight": 63 } '
{ "message": "Subject updated" }
Update an existing subject. Only the fields provided in the request body are updated — omitted fields remain unchanged.
Your API key, passed as a query parameter on every request.
Subject ID.
Only provided fields are updated. Omitted fields remain unchanged. Height is in meters, weight is in kilograms.
"newemail@example.com"
"Jane Smith-Williams"
Subject height in meters.
1.73
Subject weight in kilograms.
63
Subject updated.