---
title: "Persist the patient's MNT meal-reminder preference"
method: PATCH
path: "/patients/{patient_id}/meal-reminder-preferences"
tags: ["patient"]
---

# Persist the patient's MNT meal-reminder preference

`PATCH /patients/{patient_id}/meal-reminder-preferences`

## Path parameters

- `patient_id` integer, required

## Request body

- PatchMealReminderPreferencesRequest
  - `mode` 'automatic' | 'enabled' | 'disabled', required

## Response `200`

successful operation

- MealReminderPreferencesResponse
  - `can_enable` boolean, required — Whether an explicit enabled preference can currently take effect
  - `explicit_delivery_ready` boolean, required — Whether the delivery policy currently permits the explicit-enabled Customer.io path
  - `mode` 'automatic' | 'enabled' | 'disabled', required
  - `scheduling_enabled` boolean, required — Whether MNT can currently schedule meal reminders for this patient

---

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