-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
NetBox version
v3.0.7
Python version
3.8
Steps to Reproduce
- Create 2 custom-fields (foo & bar)
- Execute HTTP request to API endpoint :
http://netbox_instance:8080/api/extras/custom-fields/?name=foo&name=barExpected Behavior
The expected result is the list of all the custom-fields matching with the filters.
Here foo & bar
Observed Behavior
We receive only the last element bar and not both.
Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application