medication
Modifies an existing medication activity
put/patients/{patient_id}/medications/{patient_medication_id}
Path parameters
patient_idinteger required
patient_medication_idinteger required
Request body
Example request
{
"medication_date": "2019-01-02",
"medication_time": "08:00:00"
}Response
successful operation
Example response
{
"medication_date": "2019-01-02",
"medication_time": "08:00:00"
}