emotion

Put patient's emotion by id

put/patients/{patient_id}/emotion/{emotion_id}

Path parameters

patient_idinteger required
emotion_idinteger required

Request body

emotionstring nullable required
emotion_datestring nullable required

calendar date in format YYYY-MM-DD

emotion_timestring nullable required

time in format hh:mm:ss

notestring nullable
questionstring nullable required

Example request

{
  "emotion_date": "2019-01-02",
  "emotion_time": "17:30:00"
}

Response

successful operation

Changes