Openapi schema is incomplete for /api/dcim/connected-device #12682
Labels
status: accepted
This issue has been accepted for implementation
topic: OpenAPI
type: bug
A confirmed report of unexpected behavior in the application
NetBox version
v3.5.1
Python version
3.11
Steps to Reproduce
Go to "REST API Documentation - /api/dcim/connected-device" (URL of the demo instance)
Expected Behavior
The "Parameters" section should show
peer_device
andpeer_interface
. The "Responses" section should show the "Schema".Observed Behavior
Both are empty. When executing the request on the UI, the server returns "400: Request must include "peer_device" and "peer_interface" filters.". These filters are also missing from
/schema
.The text was updated successfully, but these errors were encountered: