mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-06-15 19:57:33 +00:00
update static/schema information
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
a823e409ef
commit
a5a80fe8cc
@ -10162,6 +10162,12 @@ const apiSchema = [
|
|||||||
"parameters" : {
|
"parameters" : {
|
||||||
"additionalProperties" : 0,
|
"additionalProperties" : 0,
|
||||||
"properties" : {
|
"properties" : {
|
||||||
|
"ip" : {
|
||||||
|
"description" : "The IP address to delete",
|
||||||
|
"format" : "ip",
|
||||||
|
"type" : "string",
|
||||||
|
"typetext" : "<string>"
|
||||||
|
},
|
||||||
"mac" : {
|
"mac" : {
|
||||||
"description" : "Unicast MAC address.",
|
"description" : "Unicast MAC address.",
|
||||||
"format" : "mac-addr",
|
"format" : "mac-addr",
|
||||||
@ -10680,7 +10686,6 @@ const apiSchema = [
|
|||||||
"dnsmasq"
|
"dnsmasq"
|
||||||
],
|
],
|
||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"requires" : "ipam",
|
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
},
|
},
|
||||||
"digest" : {
|
"digest" : {
|
||||||
@ -10973,7 +10978,6 @@ const apiSchema = [
|
|||||||
"dnsmasq"
|
"dnsmasq"
|
||||||
],
|
],
|
||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"requires" : "ipam",
|
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
},
|
},
|
||||||
"disable-arp-nd-suppression" : {
|
"disable-arp-nd-suppression" : {
|
||||||
|
Loading…
Reference in New Issue
Block a user