netbox-community / go-netbox

The official Go API client for Netbox IPAM and DCIM service.
Other
194 stars 144 forks source link

Unable to remove date added in aggregate object #115

Closed smutel closed 1 year ago

smutel commented 3 years ago

Hello,

I am not able to remove date added in aggregate object. It seems that using the empty value for date added (https://stackoverflow.com/questions/23051973/what-is-the-zero-value-for-time-time-in-go) does not remove the date in the object. nil value does not do the job also.

Any tips or workaround to achieve this ?

v0ctor commented 1 year ago

Closing in favor of #107.