Merge branch 'feature' into 17936-gfk-serializer-field

This commit is contained in:
Brian Tiemann
2025-10-29 14:26:34 -04:00
107 changed files with 12503 additions and 10835 deletions

View File

@@ -2,7 +2,7 @@
"openapi": "3.0.3",
"info": {
"title": "NetBox REST API",
"version": "4.4.4",
"version": "4.4.5",
"license": {
"name": "Apache v2 License"
}
@@ -61458,6 +61458,14 @@
"operationId": "dcim_mac_addresses_list",
"description": "Get a list of MAC address objects.",
"parameters": [
{
"in": "query",
"name": "assigned",
"schema": {
"type": "boolean"
},
"description": "Is assigned"
},
{
"in": "query",
"name": "assigned_object_id",
@@ -62293,6 +62301,14 @@
"explode": true,
"style": "form"
},
{
"in": "query",
"name": "primary",
"schema": {
"type": "boolean"
},
"description": "Is primary"
},
{
"in": "query",
"name": "q",