derlucas / snipeit-netbox

This Software can sync Data from SnipeIt to NetBox.
15 stars 5 forks source link

fix: netbox's content_types is now named object_types. #4

Closed tylerc closed 1 month ago

tylerc commented 1 month ago

In REST API v4.0 NetBox renamed content_types to object_types: https://netboxlabs.com/docs/netbox/en/stable/release-notes/version-4.0/#rest-api-changes

  • extras.CustomField
    • content_types has been renamed to object_types

This pull request updates the request to reflect this, fixing https://github.com/derlucas/snipeit-netbox/issues/3