Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Netbox Boolean custom fields take a Boolean type value
Netbox will accept the previous Integer values but they will be stored as Integers and not casted to Boolean. This breaks the web UI (which will show undefined) and anything that queries the API expecting a Boolean type as an Integer will be returned.
- Loading branch information