mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-09 01:49:35 -06:00
Update OpenAPI schema (#20519)
This commit is contained in:
parent
05e26b82c1
commit
d5e8480367
@ -214760,7 +214760,7 @@
|
|||||||
},
|
},
|
||||||
"mark_utilized": {
|
"mark_utilized": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Report space as 100% utilized"
|
"description": "Report space as fully utilized"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
@ -214869,7 +214869,7 @@
|
|||||||
},
|
},
|
||||||
"mark_utilized": {
|
"mark_utilized": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Report space as 100% utilized"
|
"description": "Report space as fully utilized"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
@ -215569,24 +215569,26 @@
|
|||||||
"IntegerRange": {
|
"IntegerRange": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "array",
|
"type": "integer"
|
||||||
"items": {
|
},
|
||||||
"type": "integer"
|
"minItems": 2,
|
||||||
},
|
"maxItems": 2,
|
||||||
"minItems": 2,
|
"example": [
|
||||||
"maxItems": 2
|
10,
|
||||||
}
|
20
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"IntegerRangeRequest": {
|
"IntegerRangeRequest": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "array",
|
"type": "integer"
|
||||||
"items": {
|
},
|
||||||
"type": "integer"
|
"minItems": 2,
|
||||||
},
|
"maxItems": 2,
|
||||||
"minItems": 2,
|
"example": [
|
||||||
"maxItems": 2
|
10,
|
||||||
}
|
20
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"Interface": {
|
"Interface": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
@ -228986,7 +228988,6 @@
|
|||||||
},
|
},
|
||||||
"key": {
|
"key": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"writeOnly": true,
|
|
||||||
"maxLength": 40,
|
"maxLength": 40,
|
||||||
"minLength": 40
|
"minLength": 40
|
||||||
},
|
},
|
||||||
@ -231880,7 +231881,7 @@
|
|||||||
},
|
},
|
||||||
"mark_utilized": {
|
"mark_utilized": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Report space as 100% utilized"
|
"description": "Report space as fully utilized"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -245221,6 +245222,11 @@
|
|||||||
"format": "date-time",
|
"format": "date-time",
|
||||||
"nullable": true
|
"nullable": true
|
||||||
},
|
},
|
||||||
|
"key": {
|
||||||
|
"type": "string",
|
||||||
|
"maxLength": 40,
|
||||||
|
"minLength": 40
|
||||||
|
},
|
||||||
"write_enabled": {
|
"write_enabled": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Permit create/update/delete operations using this key"
|
"description": "Permit create/update/delete operations using this key"
|
||||||
@ -245367,7 +245373,6 @@
|
|||||||
},
|
},
|
||||||
"key": {
|
"key": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"writeOnly": true,
|
|
||||||
"maxLength": 40,
|
"maxLength": 40,
|
||||||
"minLength": 40
|
"minLength": 40
|
||||||
},
|
},
|
||||||
@ -252203,7 +252208,7 @@
|
|||||||
},
|
},
|
||||||
"mark_utilized": {
|
"mark_utilized": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Report space as 100% utilized"
|
"description": "Report space as fully utilized"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user