---
title: "Sets list of motivations for a patient"
method: POST
path: "/patients/{patient_id}/motivations"
tags: ["motivations"]
---

# Sets list of motivations for a patient

`POST /patients/{patient_id}/motivations`

## Path parameters

- `patient_id` integer, required

## Request body

- CreatePatientMotivationRequest[]
  - `comment` string, nullable — text for 'other' types, or other user comments. Max 256 char
  - `name` string, required

## Response `200`

successful operation

- PatientMotivationResponse[]
  - `comment` string, nullable
  - `id` integer, required
  - `name` string, required
  - `name_translations` object, nullable

---

[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/2991fb51502d?raw)
