icu_update_activity_streams
Upload raw time-series data (power, HR, cadence) to overwrite an activity's existing streams. Accepts JSON or CSV input.
Instructions
Upload raw time-series streams (power, HR, cadence, etc.) onto an existing activity. Destructive — overwrites existing stream data.
Accepts JSON array or CSV. Different from get_activity_streams (READ).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| activity_id | Yes | Activity ID to update | |
| payload_string | Yes | JSON array of stream dictionaries or raw CSV data | |
| format | No | Format of the payload: 'json' or 'csv' | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |