From 191f3087faaec7758a48c001562e943302b19441 Mon Sep 17 00:00:00 2001 From: smutel Date: Sun, 25 Oct 2020 13:48:01 +0100 Subject: [PATCH] fix: Fix issue #103 --- netbox/models/ip_address.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/models/ip_address.go b/netbox/models/ip_address.go index 752c656dad..11bcc6f117 100644 --- a/netbox/models/ip_address.go +++ b/netbox/models/ip_address.go @@ -43,7 +43,7 @@ type IPAddress struct { // Assigned object // Read Only: true - AssignedObject map[string]string `json:"assigned_object,omitempty"` + AssignedObject interface{} `json:"assigned_object,omitempty"` // Assigned object id // Maximum: 2.147483647e+09