1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Merge pull request #4492 from kobayashi/4361-type-connection_status

Fix #4361 Set correct type of connection_status in swagger schema
This commit is contained in:
Jeremy Stretch
2020-04-15 09:45:39 -04:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
### Bug Fixes
* [#4361](https://github.com/netbox-community/netbox/issues/4361) - Fix Type of `connection_state` in swagger schema.
* [#4489](https://github.com/netbox-community/netbox/issues/4489) - Fix display of parent/child role on device type view
* [#4496](https://github.com/netbox-community/netbox/issues/4496) - Fix exception when validating certain models via REST API