---
title: "Post patient's emotion of the date"
method: POST
path: "/patients/{patient_id}/emotion"
tags: ["emotion"]
---

# Post patient's emotion of the date

`POST /patients/{patient_id}/emotion`

## Path parameters

- `patient_id` integer, required

## Request body

- CreatePatientEmotionRequest
  - `emotion` string, required
  - `emotion_date` string, required — calendar date in format YYYY-MM-DD
  - `emotion_time` string, required — time in format hh:mm:ss
  - `note` string, nullable
  - `question` string, 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/081a2697c0f1?raw)
