]> git.proxmox.com Git - pmg-docs.git/commitdiff
update static schema info
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 3 Feb 2022 11:47:55 +0000 (12:47 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 3 Feb 2022 11:48:00 +0000 (12:48 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
api-viewer/apidata.js

index 32ed77a7e50767babec0c2c24c8c7352b2981df6..21864db1ac79474b83b8ef391c7287950468463f 100644 (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.",