Title here
Summary here
add a meal to user
https://expensive-eel-wrap.cyclic.app/vifitness/v1/addMeal
Name | Description |
---|---|
foodName | Name of food |
calorie | Amount of calorie of food (Cal) |
protein | Amount of protein in food (g) |
carbohydrate | Amount of carbohydrate in food (g) |
fat | Amount of fat in food (g) |
mealType | Options: “breakfast”, “lunch”, “dinner” |
Code | Description |
---|---|
401 | Unauthorised |
400 | Bad request or invalid syntax |
500 | Internal server error |
200 | Success |
{
code: 200,
message: "Meal added
}