icu_update_activity_streams
Overwrite existing time-series streams (power, HR, cadence) on an activity by uploading raw data in JSON or CSV format.
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 |
|---|---|---|---|
| format | No | Format of the payload: 'json' or 'csv' | json |
| activity_id | Yes | Activity ID to update | |
| payload_string | Yes | JSON array of stream dictionaries or raw CSV data |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |