---
title: "Put patient's emotion by id"
method: PUT
path: "/patients/{patient_id}/emotion/{emotion_id}"
tags: ["emotion"]
---

# Put patient's emotion by id

`PUT /patients/{patient_id}/emotion/{emotion_id}`

## Path parameters

- `patient_id` integer, required
- `emotion_id` integer, required

## Request body

- UpdatePatientEmotionRequest
  - `emotion` string, nullable, required
  - `emotion_date` string, nullable, required — calendar date in format YYYY-MM-DD
  - `emotion_time` string, nullable, required — time in format hh:mm:ss
  - `note` string, nullable
  - `question` string, nullable, required

## Response `200`

successful operation

---

[API](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server.md) · [All operations](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/llms.txt) · [OpenAPI document](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/revisions/5a99db4cbce3?raw)
