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

Fix CablePath serialization for pass-through port paths

This commit is contained in:
jeremystretch
2022-07-08 13:55:13 -04:00
parent ac4a87de13
commit f386ec82ae
2 changed files with 6 additions and 30 deletions

View File

@@ -27,6 +27,8 @@
| `connected_endpoint_type` | string | `connected_endpoints_type` | string |
| `connected_endpoint_reachable` | boolean | `connected_endpoints_reachable` | boolean |
* The cable path serialization returned by the `/paths/` endpoint for pass-through ports has been simplified, and the following fields removed: `origin_type`, `origin`, `destination_type`, `destination`. (Additionally, `is_complete` has been added.)
### New Features
#### Half-Height Rack Units ([#51](https://github.com/netbox-community/netbox/issues/51))