goal
Log progress towards the goal of the patient
post/patients/{patient_id}/goals/{goal_id}/log-progress
Path parameters
patient_idinteger required
goal_idinteger required
Request body
Example request
{
"log_date": "2019-01-02",
"log_time": "17:30:00"
}Response
successful operation