Updating custom_fields for e.g. the VirtualMachine Record does not work #103
silvermind
started this conversation in
General
Replies: 1 comment
-
nevermind, if you assign the custom_fields directly it works netbox_record.custom_fields = netbox_record.custom_fields.merge({'my_field': "New Value"})
netbox_record.save |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Custom Fields can be displayed but not updated. Not sure if this is already implemented in the gem.
completes without any error, but does not update the custom fields in netbox. Updating the name or description however works perfectly.
Beta Was this translation helpful? Give feedback.
All reactions