Update workout
update-workoutOverwrite a workout's title, times, exercises, and sets by providing its ID and complete replacement data.
Instructions
Update an existing workout by ID. The full workout is overwritten.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The title of the workout | |
| end_time | Yes | ISO 8601 end time, e.g. '2024-08-14T12:30:00Z' | |
| exercises | Yes | The exercises in the workout | |
| workoutId | Yes | The ID of the workout to update | |
| is_private | No | Whether the workout is private | |
| start_time | Yes | ISO 8601 start time, e.g. '2024-08-14T12:00:00Z' | |
| description | No | A description for the workout |