Swagger API doc has incorrect documentation for VRFRequest
#16768
Labels
status: duplicate
This issue has already been raised
topic: OpenAPI
type: bug
A confirmed report of unexpected behavior in the application
Deployment Type
Self-hosted
NetBox Version
v4.0.6
Python Version
3.10
Steps to Reproduce
Review the "New VRF" screen in netbox, and compare to https://$hostname/api/schema/swagger-ui/#/ipam/ipam_vrfs_create .
Very few fields are listed in the schema for
VRFRequest
, and more fields are accepted by the API. ThePatchedVRFRequest
schema item looks more accurate.Expected Behavior
The documentation lists all available fields for the type of object
Observed Behavior
The documentation is missing many fields.
The text was updated successfully, but these errors were encountered: