icu_update_gear
Update a gear item's details such as name, type, brand, or model by providing its ID and only the fields to change.
Instructions
Update an existing gear item. Only fields you pass are sent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gear_id | Yes | ID of the gear item to update | |
| name | No | Updated name | |
| gear_type | No | Updated type (BIKE, SHOE, TRAINER, etc.) | |
| brand | No | Updated brand | |
| model | No | Updated model | |
| active | No | Whether this gear is actively used | |
| primary | No | Whether this is the primary gear of this type |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |