/
RX
rxfoodapp
/
InnerAnalytics MNT Server
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Updated on 2026-09-24
Details
Filter operations
achievements
4
admin
27
advisor-chat
7
auditor feedback
3
bookmarks
10
careteam
5
cgm
18
chef-admin
3
clinic
10
clinic link
1
clinic_invitation
1
clinician
1
clinician link
6
clinician tip
4
clinician_guidance
5
cliniko-booking
9
daily consumption
1
data review
71
data_management
23
database
2
diet restrictions
6
emotion
6
emotional_health
5
eval
1
exercise
7
food
83
goal
10
guided health
3
health_data
1
health_targets
11
hospital
32
image-detection
1
insights
2
internal
16
internal_user
1
meal
29
meal_push_questions
6
meal-plan
20
get
Get meal plan settings for a clinic
put
Update meal plan settings for a clinic
get
List meal plans for the patient
post
Create a new meal plan for the patient
post
Calculate TDEE for a patient
get
Get a specific meal plan with days and slots
delete
Soft-delete a meal plan
post
Confirm an ingredient swap in a meal plan slot
post
Duplicate a meal plan as a new draft
post
Email a meal plan to the patient
post
Finalize a generated meal plan
post
Generate meal plan content using AI
post
Generate a grocery list for a meal plan
post
Generate a PDF for a meal plan
get
Get recipe instructions for a meal plan slot
post
Add or update a clinician note on a meal plan slot
post
Swap a recipe in a meal plan slot
post
Confirm a recipe swap in a meal plan slot
post
Get ingredient swap suggestions for a meal plan slot
post
Get swap recipe suggestions for a meal plan slot
meal-suggestions
1
media
2
medication
5
metrics
11
mindfulness
5
mobile-proto
1
motivations
6
movano
3
nft-summary
1
nlp
6
notification-engine
1
nutrition
2
nutrition-plan
7
oauth
6
openai
3
partner
4
partner-admin
12
partner-oauth
13
patient
30
patient_report
26
patientAppData
5
patients onboarding
5
privacy
1
recipes
39
reporting
63
shopping
15
sleep
5
steps
1
streak
1
stress
5
subscription
16
substitution suggestion
1
supplement
4
support
1
support meal trace
1
support-help
2
system
1
tasks
1
telemetry
2
test
1
testing
6
translations
1
user
7
user-surveys
4
water
3
webhook
12
weekly_reports
4
weight
5
meal-plan
Create a new meal plan for the patient
post
/patients/{patient_id}/meal-plans
Path parameters
patient_id
integer
required
Request body
CreateMealPlanRequest
required
active_slots
object
nullable
diet_labels
string[]
nullable
exclusions
string[]
nullable
family_size
integer
nullable
health_labels
string[]
nullable
intake_form_data
object
nullable
motivations
string
nullable
num_days
integer
required
target_calories
integer
nullable
target_carbs_g
number
nullable
target_fat_g
number
nullable
target_protein_g
number
nullable
title
string
required
Response
successful operation
MealPlanResponse
required
active_slots
object
nullable
clinic_id
integer
clinician_user_id
integer
required
created_time
string
date-time
diet_labels
string[]
nullable
exclusions
string[]
nullable
family_size
integer
nullable
health_labels
string[]
nullable
id
integer
required
intake_form_data
object
nullable
motivations
string
nullable
num_days
integer
required
patient_id
integer
required
status
string
required
target_calories
integer
nullable
target_carbs_g
number
nullable
target_fat_g
number
nullable
target_protein_g
number
nullable
title
string
required
updated_time
string
date-time
Changes