]> git.proxmox.com Git - pve-docs.git/commitdiff
update static/schema information
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 21 Nov 2022 10:20:07 +0000 (11:20 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 21 Nov 2022 10:20:07 +0000 (11:20 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
api-viewer/apidata.js
datacenter.cfg.5-opts.adoc

index 7a5c34ba29a15354661c6269431dc00709491fb0..6562c52baa45b109df57569d79675008763e836f 100644 (file)
@@ -8903,6 +8903,12 @@ const apiSchema = [
                         "tag-style" : {
                            "description" : "Tag style options.",
                            "format" : {
+                              "case-sensitive" : {
+                                 "default" : 0,
+                                 "description" : "Controls if filtering for unique tags on update should check case-sensitive.",
+                                 "optional" : 1,
+                                 "type" : "boolean"
+                              },
                               "color-map" : {
                                  "description" : "Manual color mapping for tags (semicolon separated).",
                                  "optional" : 1,
@@ -8912,7 +8918,7 @@ const apiSchema = [
                               },
                               "ordering" : {
                                  "default" : "alphabetical",
-                                 "description" : "Controls the sorting of the tags in the web ui.",
+                                 "description" : "Controls the sorting of the tags in the web-interface and the API update.",
                                  "enum" : [
                                     "config",
                                     "alphabetical"
@@ -8935,7 +8941,7 @@ const apiSchema = [
                            },
                            "optional" : 1,
                            "type" : "string",
-                           "typetext" : "[color-map=<tag>:<hex-color>[:<hex-color-for-text>][;<tag>=...]] [,ordering=<config|alphabetical>] [,shape=<enum>]"
+                           "typetext" : "[case-sensitive=<1|0>] [,color-map=<tag>:<hex-color>[:<hex-color-for-text>][;<tag>=...]] [,ordering=<config|alphabetical>] [,shape=<enum>]"
                         },
                         "u2f" : {
                            "description" : "u2f",
@@ -8971,7 +8977,7 @@ const apiSchema = [
                                  ],
                                  "optional" : 1,
                                  "type" : "string",
-                                 "verbose_description" : "Controls which tags can be set or deleted on resources a user controls (such as guests). Users with the `Sys.Modify` privilege on `/` are always  unrestricted. 'none' no tags are usable. 'list' tasg from 'user-allow'list' are usable. 'existing' like list, but already existing tags of resources are also usable.'free' no tag restrictions."
+                                 "verbose_description" : "Controls which tags can be set or deleted on resources a user controls (such as guests). Users with the `Sys.Modify` privilege on `/` are always  unrestricted. 'none' no tags are usable. 'list' tags from 'user-allow-list' are usable. 'existing' like list, but already existing tags of resources are also usable.'free' no tag restrictions."
                               },
                               "user-allow-list" : {
                                  "description" : "List of tags users are allowed to set and delete (semicolon separated) for 'user-allow' values 'list' and 'existing'.",
@@ -44122,8 +44128,8 @@ const apiSchema = [
                                  "default" : "login",
                                  "description" : "Run specific command or default to login.",
                                  "enum" : [
-                                    "login",
                                     "ceph_install",
+                                    "login",
                                     "upgrade"
                                  ],
                                  "optional" : 1,
@@ -44218,8 +44224,8 @@ const apiSchema = [
                                  "default" : "login",
                                  "description" : "Run specific command or default to login.",
                                  "enum" : [
-                                    "login",
                                     "ceph_install",
+                                    "login",
                                     "upgrade"
                                  ],
                                  "optional" : 1,
@@ -44344,8 +44350,8 @@ const apiSchema = [
                                  "default" : "login",
                                  "description" : "Run specific command or default to login.",
                                  "enum" : [
-                                    "login",
                                     "ceph_install",
+                                    "login",
                                     "upgrade"
                                  ],
                                  "optional" : 1,
index 45b51d99d817df70d12056ce67b94d211cd5d1ef..6e53e1cd4fc770549779f111d91a619705c70e86 100644 (file)
@@ -108,17 +108,21 @@ Upper, exclusive boundary for free next-id API range.
 
 A list of tags that require a `Sys.Modify` on '/' to set and delete. Tags set here that are also in 'user-tag-access' also require `Sys.Modify`.
 
-`tag-style`: `[color-map=<tag>:<hex-color>[:<hex-color-for-text>][;<tag>=...]] [,ordering=<config|alphabetical>] [,shape=<enum>]` ::
+`tag-style`: `[case-sensitive=<1|0>] [,color-map=<tag>:<hex-color>[:<hex-color-for-text>][;<tag>=...]] [,ordering=<config|alphabetical>] [,shape=<enum>]` ::
 
 Tag style options.
 
+`case-sensitive`=`<boolean>` ('default =' `0`);;
+
+Controls if filtering for unique tags on update should check case-sensitive.
+
 `color-map`=`<tag>:<hex-color>[:<hex-color-for-text>][;<tag>=...]` ;;
 
 Manual color mapping for tags (semicolon separated).
 
 `ordering`=`<alphabetical | config>` ('default =' `alphabetical`);;
 
-Controls the sorting of the tags in the web ui.
+Controls the sorting of the tags in the web-interface and the API update.
 
 `shape`=`<circle | dense | full | none>` ('default =' `circle`);;
 
@@ -142,7 +146,7 @@ Privilege options for user-settable tags
 
 `user-allow`=`<existing | free | list | none>` ('default =' `free`);;
 
-Controls which tags can be set or deleted on resources a user controls (such as guests). Users with the `Sys.Modify` privilege on `/` are always  unrestricted. 'none' no tags are usable. 'list' tasg from 'user-allow'list' are usable. 'existing' like list, but already existing tags of resources are also usable.'free' no tag restrictions.
+Controls which tags can be set or deleted on resources a user controls (such as guests). Users with the `Sys.Modify` privilege on `/` are always  unrestricted. 'none' no tags are usable. 'list' tags from 'user-allow-list' are usable. 'existing' like list, but already existing tags of resources are also usable.'free' no tag restrictions.
 
 `user-allow-list`=`<tag>[;<tag>...]` ;;