goal
Update the goals of the patient
put/patients/{patient_id}/goals
Path parameters
patient_idinteger required
Request body
Example request
{
"goals": [
{
"target_name": "vitamin_c_mg"
}
]
}Response
successful operation
{
"goals": [
{
"target_name": "vitamin_c_mg"
}
]
}successful operation