Bulk update data type is incorrect in swagger spec #10922
Labels
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
NetBox version
v3.3.7
Python version
3.10
Steps to Reproduce
As per the swagger doc, the bulk payload requires a dict

However, when trying to run the same, it throws an error
The issue is seen for all models in the spec for PUT and PATCH using the bulk operations
Expected Behavior
The spec should display that the required payload should be a List of items/dictionaries
Observed Behavior
The spec displays it needs a dictionary
The text was updated successfully, but these errors were encountered: