Create Custom Item
create_custom_itemCreate custom charts, fields, or zones to personalize athlete training data in Intervals.icu, solving the need for tailored analytics.
Instructions
Buat custom item baru (chart/field/zones) untuk seorang athlete. Catatan enum penting: field 'type' di dalam content untuk INPUT_FIELD/ACTIVITY_FIELD harus 'numeric' | 'text' | 'select' (bukan 'number'); field 'aggregate' harus MIN|SUM|MAX|AVERAGE (bukan AVG).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Nama custom item. | |
| apiKey | No | Override API key untuk request ini saja. | |
| content | No | Konfigurasi konten custom item (object). | |
| itemType | Yes | Tipe custom item. | |
| athleteId | No | Athlete ID Intervals.icu. Default dari INTERVALS_ATHLETE_ID. | |
| visibility | No | Visibilitas: PRIVATE, FOLLOWERS, atau PUBLIC. | |
| description | No | Deskripsi custom item. |