Get Meal Plan Settings
Meal Plan Settings
Path Parameters
Name
Type
Description
"settings": {
"servings": 2,
"calorie_per_day": 4000,
"included_days": [
"DAY_OF_WEEK_INVALID"
],
"included_meal_types": [
"MEAL_TYPE_INVALID"
],
"enabled_auto_generation": true,
"week_template": [
...
],
"replace_only_generated": true,
"week_start": "DAY_OF_WEEK_MONDAY",
"generation_algorithm": "GENERATION_ALGORITHM_3_MEAL",
"food_settings": {
...
},
"custom_labels": {
...
}
}Meal Plan Settings
Path Parameters
Name
Type
Description
Curl Call Example
Last updated
Was this helpful?