update static schema info

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-02-03 12:47:55 +01:00
parent 169d20a317
commit db80f17091

View File

@ -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.",