mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-10-04 16:39:57 +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" : {
|
"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.",
|
||||||
|
Loading…
Reference in New Issue
Block a user