Inconsistency Swagger schema vs API (model Interface) #16423
Labels
severity: low
Does not significantly disrupt application functionality, or a workaround is available
topic: OpenAPI
type: bug
A confirmed report of unexpected behavior in the application
Deployment Type
Self-hosted
NetBox Version
v4.0.3
Python Version
3.11
Steps to Reproduce
Expected Behavior
return property "device" as "model.NestedDevice" in Swagger schema
Observed Behavior
by Swagger schema object type of "device" is "model.Device", but API return "model.NestedDevice"
The text was updated successfully, but these errors were encountered: