netbox-community / go-netbox

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

Make enforce_unique flag for VRF a pointer #88

Closed abhide closed 3 years ago

abhide commented 4 years ago

setting enforce_unique=false while creating VRF seems to have no effect. enforce_unique is always set to true. Making this property a boolean pointer should fix the issue.

Issue: GH-86

abhide commented 4 years ago

@kobayashi Should I be submitting the swagger-gen files as well?

awlx commented 3 years ago

I suspect this is still a valid error? And this should be merged?