mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-04-29 21:32:45 +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" : {
|
||||
"additionalProperties" : 0,
|
||||
"properties" : {
|
||||
"ip" : {
|
||||
"description" : "The IP address to delete",
|
||||
"format" : "ip",
|
||||
"type" : "string",
|
||||
"typetext" : "<string>"
|
||||
},
|
||||
"mac" : {
|
||||
"description" : "Unicast MAC address.",
|
||||
"format" : "mac-addr",
|
||||
@ -10680,7 +10686,6 @@ const apiSchema = [
|
||||
"dnsmasq"
|
||||
],
|
||||
"optional" : 1,
|
||||
"requires" : "ipam",
|
||||
"type" : "string"
|
||||
},
|
||||
"digest" : {
|
||||
@ -10973,7 +10978,6 @@ const apiSchema = [
|
||||
"dnsmasq"
|
||||
],
|
||||
"optional" : 1,
|
||||
"requires" : "ipam",
|
||||
"type" : "string"
|
||||
},
|
||||
"disable-arp-nd-suppression" : {
|
||||
|
Loading…
Reference in New Issue
Block a user