update_device_custom_field
Modify device custom field configurations including name, code, visibility for device types, and dropdown options to adapt tracking to organizational needs.
Instructions
Update an existing device custom field configuration. Can modify field name, code, visibility for device types, and dropdown configuration.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customFieldId | Yes | The ID of the custom field to update | |
| visibleForType | No | List of device types this field is visible for | |
| configuration | No | Dropdown configuration (values can be added, removed, reordered, or modified). Only for dropdown type fields. | |
| attributeName | No | Display label for the custom field | |
| attributeCode | No | Unique identifier for the custom field. Must contain only lowercase letters, numbers, and underscores. |