PUT /api/v1/tracker/workouts/{tracker-workout-id}/sets/{set-id}
Update a workout set record in the tracker system.
Permissions
Permission | Description |
---|
tracker_workout_sets.update | Update tracker workout set |
Request Body Parameters
Name | Type | Required | Description |
---|
start | string | No | Start datetime of the workout set |
workout_plan_exercise_id | int | No | Workout plan exercise ID (if applicable) |
exercise_id | int | No | Exercise ID |
is_replacement | boolean | No | Whether this set is a replacement |
rep_count | int | No | Number of repetitions |
weight | int | No | Weight used |
end | string | No | End datetime of the workout set |
notes | string | No | Optional notes |
All parameters are optional. If omitted, they will not be updated. You can set them to null if desired.
Response
200 OK
<tracker workout set resource>
Error Responses