diff --git a/netbox_interfaces.go b/netbox_interfaces.go index 2093856..c5f6cbb 100644 --- a/netbox_interfaces.go +++ b/netbox_interfaces.go @@ -84,8 +84,8 @@ type Dcim_Interfaces_List struct { } type InterfaceFilter struct { - Offset int64 `schema:"offset"` - Limit int64 `schema:"limit"` + Offset int64 `schema:"offset,omitempty"` + Limit int64 `schema:"limit,omitempty"` //User specific filters Id string `schema:"id,omitempty"`