mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-10-04 08:32:42 +00:00
update static schema info
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
169d20a317
commit
db80f17091
@ -9899,9 +9899,9 @@ var apiSchema = [
|
||||
"delete" : {
|
||||
"description" : "A list of settings you want to delete.",
|
||||
"enum" : [
|
||||
"origin",
|
||||
"id",
|
||||
"rp",
|
||||
"origin"
|
||||
"rp"
|
||||
],
|
||||
"optional" : 1,
|
||||
"type" : "string"
|
||||
@ -11166,6 +11166,13 @@ var apiSchema = [
|
||||
"type" : "boolean",
|
||||
"typetext" : "<boolean>"
|
||||
},
|
||||
"decode-header" : {
|
||||
"default" : 0,
|
||||
"description" : "Decodes the header fields.",
|
||||
"optional" : 1,
|
||||
"type" : "boolean",
|
||||
"typetext" : "<boolean>"
|
||||
},
|
||||
"header" : {
|
||||
"default" : 1,
|
||||
"description" : "Show message header content.",
|
||||
|
Loading…
Reference in New Issue
Block a user