mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-05-06 20:24:54 +00:00
update static schema info
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
98d8fbf4c3
commit
f4a381a166
@ -1555,6 +1555,13 @@ var apiSchema = [
|
|||||||
"parameters" : {
|
"parameters" : {
|
||||||
"additionalProperties" : 0,
|
"additionalProperties" : 0,
|
||||||
"properties" : {
|
"properties" : {
|
||||||
|
"add-separator" : {
|
||||||
|
"default" : 1,
|
||||||
|
"description" : "If set to 1, adds a '--' separator between the disclaimer and the content. Set to 0 to prevent that.",
|
||||||
|
"optional" : 1,
|
||||||
|
"type" : "boolean",
|
||||||
|
"typetext" : "<boolean>"
|
||||||
|
},
|
||||||
"disclaimer" : {
|
"disclaimer" : {
|
||||||
"description" : "The Disclaimer",
|
"description" : "The Disclaimer",
|
||||||
"maxLength" : 2048,
|
"maxLength" : 2048,
|
||||||
@ -1579,6 +1586,16 @@ var apiSchema = [
|
|||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"type" : "string",
|
"type" : "string",
|
||||||
"typetext" : "<string>"
|
"typetext" : "<string>"
|
||||||
|
},
|
||||||
|
"position" : {
|
||||||
|
"default" : "end",
|
||||||
|
"description" : "Put the disclaimer at the specified position.",
|
||||||
|
"enum" : [
|
||||||
|
"start",
|
||||||
|
"end"
|
||||||
|
],
|
||||||
|
"optional" : 1,
|
||||||
|
"type" : "string"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -1608,6 +1625,13 @@ var apiSchema = [
|
|||||||
"parameters" : {
|
"parameters" : {
|
||||||
"additionalProperties" : 0,
|
"additionalProperties" : 0,
|
||||||
"properties" : {
|
"properties" : {
|
||||||
|
"add-separator" : {
|
||||||
|
"default" : 1,
|
||||||
|
"description" : "If set to 1, adds a '--' separator between the disclaimer and the content. Set to 0 to prevent that.",
|
||||||
|
"optional" : 1,
|
||||||
|
"type" : "boolean",
|
||||||
|
"typetext" : "<boolean>"
|
||||||
|
},
|
||||||
"disclaimer" : {
|
"disclaimer" : {
|
||||||
"description" : "The Disclaimer",
|
"description" : "The Disclaimer",
|
||||||
"maxLength" : 2048,
|
"maxLength" : 2048,
|
||||||
@ -1626,6 +1650,16 @@ var apiSchema = [
|
|||||||
"maxLength" : 255,
|
"maxLength" : 255,
|
||||||
"type" : "string",
|
"type" : "string",
|
||||||
"typetext" : "<string>"
|
"typetext" : "<string>"
|
||||||
|
},
|
||||||
|
"position" : {
|
||||||
|
"default" : "end",
|
||||||
|
"description" : "Put the disclaimer at the specified position.",
|
||||||
|
"enum" : [
|
||||||
|
"start",
|
||||||
|
"end"
|
||||||
|
],
|
||||||
|
"optional" : 1,
|
||||||
|
"type" : "string"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -10370,8 +10404,8 @@ var apiSchema = [
|
|||||||
"enum" : [
|
"enum" : [
|
||||||
"id",
|
"id",
|
||||||
"allow-subdomains",
|
"allow-subdomains",
|
||||||
"rp",
|
"origin",
|
||||||
"origin"
|
"rp"
|
||||||
],
|
],
|
||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
@ -18166,9 +18200,9 @@ var apiSchema = [
|
|||||||
"default" : "spam",
|
"default" : "spam",
|
||||||
"description" : "Query this type of quarantine for users.",
|
"description" : "Query this type of quarantine for users.",
|
||||||
"enum" : [
|
"enum" : [
|
||||||
"virus",
|
"spam",
|
||||||
"attachment",
|
"attachment",
|
||||||
"spam"
|
"virus"
|
||||||
],
|
],
|
||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
|
Loading…
Reference in New Issue
Block a user