update-workout
Update an existing workout by providing its ID and new details such as title, times, exercises. Returns the modified workout with all changes applied.
Instructions
Update an existing workout by ID. You can modify the title, description, start/end times, privacy setting, and exercise data. Returns the updated workout with all changes applied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workoutId | Yes | ||
| title | Yes | ||
| description | No | ||
| startTime | Yes | ||
| endTime | Yes | ||
| isPrivate | No | ||
| exercises | No |