---
title: "Post a new mindfulness activity"
method: POST
path: "/patients/{patient_id}/mindfulness"
tags: ["mindfulness"]
---

# Post a new mindfulness activity

`POST /patients/{patient_id}/mindfulness`

## Path parameters

- `patient_id` integer, required

## Request body

- CreatePatientMindfulnessRequest
  - `mindfulness_activity_type` string, nullable — selected activity type of mindfulness
  - `mindfulness_date` string, required — calendar date in format YYYY-MM-DD
  - `mindfulness_end_time` string, required — time in format hh:mm:ss
  - `mindfulness_start_time` string, required — time in format hh:mm:ss
  - `note` string, nullable — note that can be added to provide additional description Max 1024 char
  - `source` string, nullable — source of mindfulness data
  - `source_id` string, nullable — id of mindfulness from source

## Response `200`

successful operation

- PatientMindfulnessResponse
  - `id` integer, required
  - `mindfulness_activity_type` string, nullable — selected activity type of mindfulness
  - `mindfulness_date` string, required — calendar date in format YYYY-MM-DD
  - `mindfulness_end_time` string, required — time in format hh:mm:ss
  - `mindfulness_start_time` string, required — time in format hh:mm:ss
  - `note` string, nullable — note that can be added to provide additional description Max 1024 char
  - `source` string, nullable — source of mindfulness data
  - `source_id` string, nullable — id of mindfulness from source

---

[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/8d4f658e79b1?raw)
