update_asset
Update an existing asset by ID, modifying only the fields you provide. Specify which asset to update and include the fields to change.
Instructions
Update an existing asset by ID (DCL module). Only provided fields will be changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The asset ID to update | |
| name | No | Updated name of the asset | |
| code | No | Updated code for the asset | |
| description | No | Updated description | |
| category_id | No | Updated category ID |