update_plan_week
Modify weekly focus or planned distance for a specific week in a training plan.
Instructions
Update week-level metadata (weekly_focus, total_planned_distance_km, etc.).
Args:
plan_id: The plan ID.
week_number: Which week.
updates_json: JSON string of week-level fields to update.
Example: {"weekly_focus": "Deload week", "total_planned_distance_km": 50}
Returns:
Confirmation message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan_id | Yes | ||
| week_number | Yes | ||
| updates_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |