Update Concept2 Workout Result
concept2_update_resultUpdate an existing Concept2 Logbook workout result. Provide the result ID and only the fields to change—date, distance, time, workout type, and more.
Instructions
Update an existing workout result in the Concept2 Logbook.
Only the result's owner can update it. Provide only the fields you want to change. Updatable fields: date, distance, time, workout_type, stroke_rate, heart_rate, calories_total, drag_factor, comments, privacy, weight_class.
Args:
user_id: User ID or "me" (default: "me")
result_id: The workout result ID to update (required)
(Any updatable fields — only provided fields will be changed)
response_format: 'markdown' or 'json'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Workout date (YYYY-MM-DD) | |
| time | No | Time in tenths of a second | |
| privacy | No | Result visibility | |
| user_id | No | User ID or "me" for the authenticated user | me |
| comments | No | Workout notes | |
| distance | No | Distance in meters | |
| result_id | Yes | Workout result ID to update | |
| drag_factor | No | Machine drag factor | |
| stroke_rate | No | Average stroke rate in spm | |
| weight_class | No | Weight class: 'H' or 'L' | |
| workout_type | No | Workout type | |
| calories_total | No | Total calories burned | |
| heart_rate_avg | No | Average heart rate in bpm | |
| heart_rate_max | No | Maximum heart rate in bpm | |
| heart_rate_min | No | Minimum heart rate in bpm | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |