Merge branch 'main' into feature

This commit is contained in:
Jeremy Stretch
2025-10-14 13:54:47 -04:00
81 changed files with 5742 additions and 5166 deletions

View File

@@ -2,7 +2,7 @@
"openapi": "3.0.3",
"info": {
"title": "NetBox REST API",
"version": "4.4.2",
"version": "4.4.3",
"license": {
"name": "Apache v2 License"
}
@@ -214738,24 +214738,26 @@
"IntegerRange": {
"type": "array",
"items": {
"type": "array",
"items": {
"type": "integer"
},
"minItems": 2,
"maxItems": 2
}
"type": "integer"
},
"minItems": 2,
"maxItems": 2,
"example": [
10,
20
]
},
"IntegerRangeRequest": {
"type": "array",
"items": {
"type": "array",
"items": {
"type": "integer"
},
"minItems": 2,
"maxItems": 2
}
"type": "integer"
},
"minItems": 2,
"maxItems": 2,
"example": [
10,
20
]
},
"Interface": {
"type": "object",