---
title: "Update meal plan settings for a clinic"
method: PUT
path: "/clinics/{clinic_id}/meal-plan-settings"
tags: ["meal-plan"]
---

# Update meal plan settings for a clinic

`PUT /clinics/{clinic_id}/meal-plan-settings`

## Path parameters

- `clinic_id` integer, required

## Request body

- ClinicMealPlanSettingsRequest
  - `brand_color_primary` string
  - `brand_color_secondary` string
  - `footer_text` string, nullable
  - `logo_storage_key` string, nullable

## Response `200`

successful operation

- ClinicMealPlanSettingsResponse
  - `brand_color_primary` string, required
  - `brand_color_secondary` string, required
  - `clinic_id` integer, required
  - `footer_text` string, nullable
  - `id` integer, required
  - `logo_storage_key` string, 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/c17aca2782f6?raw)
