edit_exercise
Update a logged exercise’s duration or calories burned in your Cronometer diary by providing the exercise ID and new values.
Instructions
Change the duration or calorie burn of a logged exercise.
Args: exercise_id: The exercise ID, from get_food_log. minutes: New duration in minutes. calories_burned: New burn, as a positive number. date: Date the entry is on as YYYY-MM-DD (defaults to today).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| minutes | No | ||
| exercise_id | Yes | ||
| calories_burned | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |