mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-23 20:12:42 -06:00
Merge branch 'feature' into 17936-gfk-serializer-field
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user