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" : { "delete" : {
"description" : "A list of settings you want to delete.", "description" : "A list of settings you want to delete.",
"enum" : [ "enum" : [
"origin",
"id", "id",
"rp", "rp"
"origin"
], ],
"optional" : 1, "optional" : 1,
"type" : "string" "type" : "string"
@ -11166,6 +11166,13 @@ var apiSchema = [
"type" : "boolean", "type" : "boolean",
"typetext" : "<boolean>" "typetext" : "<boolean>"
}, },
"decode-header" : {
"default" : 0,
"description" : "Decodes the header fields.",
"optional" : 1,
"type" : "boolean",
"typetext" : "<boolean>"
},
"header" : { "header" : {
"default" : 1, "default" : 1,
"description" : "Show message header content.", "description" : "Show message header content.",