stress
Modifies an existing stress activity
put/patients/{patient_id}/stress/{patient_stress_id}
Path parameters
patient_idinteger required
patient_stress_idinteger required
Request body
Example request
{
"stress_activity_type": "breathing",
"stress_date": "2019-01-02",
"stress_end_time": "17:30:00",
"stress_start_time": "17:30:00"
}Response
successful operation
Example response
{
"stress_activity_type": "breathing",
"stress_date": "2019-01-02",
"stress_end_time": "17:30:00",
"stress_start_time": "17:30:00"
}Changes
No recorded changes to this endpoint across all 15 revisions of this API.