mindfulness
Post a new mindfulness activity
post/patients/{patient_id}/mindfulness
Path parameters
patient_idinteger required
Request body
Example request
{
"mindfulness_activity_type": "breathing",
"mindfulness_date": "2019-01-02",
"mindfulness_end_time": "17:30:00",
"mindfulness_start_time": "17:30:00"
}Response
successful operation
Example response
{
"mindfulness_activity_type": "breathing",
"mindfulness_date": "2019-01-02",
"mindfulness_end_time": "17:30:00",
"mindfulness_start_time": "17:30:00"
}