icu_update_gear
Update an existing gear item's name, type, or retire/unretire status by passing its gear ID. Only provided fields are changed.
Instructions
Update an existing gear item. Only fields you pass are sent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Updated name | |
| active | No | False retires the gear (dated today); True un-retires it | |
| gear_id | Yes | ID of the gear item to update | |
| gear_type | No | Updated type, case-insensitive (Bike, Shoes, Trainer, Chain, ...) | |
| athlete_id | No | Athlete ID (for coaches managing multiple athletes) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |