diff --git a/netbox_devices.go b/netbox_devices.go index 6c1234c..fac75a0 100644 --- a/netbox_devices.go +++ b/netbox_devices.go @@ -76,7 +76,7 @@ type DcimDevicesList struct { Position int `json:"position"` Face struct { Label string `json:"label"` - Value int `json:"value"` + Value string `json:"value"` } `json:"face"` ParentDevice struct { ID int `json:"id"`