/api/v1/training/diet-plans
Create a new diet plan.
Permission | Description |
---|---|
diet_plans.create | Create diet plan for yourself or a trainee |
Name | Type | Required | Description |
---|---|---|---|
title | string | Yes | Title of the diet plan (max 255) |
description | string | No | Description (max 2000, optional) |
is_active | boolean | No | Set as active plan (optional, default false). It changes all other plans to false if is set to true |
target_daily_water | float | No | Suggest the daily water consumption in liters |
trainee_id | int | No | Trainee ID (if creating for a trainee) |
Note: Current active plan will automatically get deactivated if you set
is_active
to true.
<diet plan resource>
Status | Error Type | Reference |
---|---|---|
422 | Validation Error | Validation error |
401 | Unauthorized | Authentication error |
403 | Forbidden | Permission error |