netbox-community / pynetbox

Python API client library for Netbox.
Apache License 2.0
538 stars 165 forks source link

flatten_custom: return dict if id is not present #598

Open costasd opened 6 months ago

costasd commented 6 months ago

Fixes: #597

If we find a free form dict in the value, containing no id, let's return it as it is.