mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-06-13 20:04:15 +00:00
update static/schema information
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
e0c0420824
commit
07b013aa0d
@ -3342,6 +3342,9 @@ const apiSchema = [
|
|||||||
"ref" : {
|
"ref" : {
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
},
|
},
|
||||||
|
"scope" : {
|
||||||
|
"type" : "string"
|
||||||
|
},
|
||||||
"type" : {
|
"type" : {
|
||||||
"enum" : [
|
"enum" : [
|
||||||
"alias",
|
"alias",
|
||||||
@ -12441,6 +12444,12 @@ const apiSchema = [
|
|||||||
"name" : {
|
"name" : {
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
},
|
},
|
||||||
|
"ref" : {
|
||||||
|
"type" : "string"
|
||||||
|
},
|
||||||
|
"scope" : {
|
||||||
|
"type" : "string"
|
||||||
|
},
|
||||||
"type" : {
|
"type" : {
|
||||||
"enum" : [
|
"enum" : [
|
||||||
"alias",
|
"alias",
|
||||||
@ -31145,6 +31154,12 @@ const apiSchema = [
|
|||||||
"name" : {
|
"name" : {
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
},
|
},
|
||||||
|
"ref" : {
|
||||||
|
"type" : "string"
|
||||||
|
},
|
||||||
|
"scope" : {
|
||||||
|
"type" : "string"
|
||||||
|
},
|
||||||
"type" : {
|
"type" : {
|
||||||
"enum" : [
|
"enum" : [
|
||||||
"alias",
|
"alias",
|
||||||
@ -46282,9 +46297,9 @@ const apiSchema = [
|
|||||||
"default" : "login",
|
"default" : "login",
|
||||||
"description" : "Run specific command or default to login.",
|
"description" : "Run specific command or default to login.",
|
||||||
"enum" : [
|
"enum" : [
|
||||||
"login",
|
"upgrade",
|
||||||
"ceph_install",
|
"ceph_install",
|
||||||
"upgrade"
|
"login"
|
||||||
],
|
],
|
||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
@ -46378,9 +46393,9 @@ const apiSchema = [
|
|||||||
"default" : "login",
|
"default" : "login",
|
||||||
"description" : "Run specific command or default to login.",
|
"description" : "Run specific command or default to login.",
|
||||||
"enum" : [
|
"enum" : [
|
||||||
"login",
|
"upgrade",
|
||||||
"ceph_install",
|
"ceph_install",
|
||||||
"upgrade"
|
"login"
|
||||||
],
|
],
|
||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
@ -46504,9 +46519,9 @@ const apiSchema = [
|
|||||||
"default" : "login",
|
"default" : "login",
|
||||||
"description" : "Run specific command or default to login.",
|
"description" : "Run specific command or default to login.",
|
||||||
"enum" : [
|
"enum" : [
|
||||||
"login",
|
"upgrade",
|
||||||
"ceph_install",
|
"ceph_install",
|
||||||
"upgrade"
|
"login"
|
||||||
],
|
],
|
||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
@ -51086,7 +51101,7 @@ const apiSchema = [
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"GET" : {
|
"GET" : {
|
||||||
"allowtoken" : 0,
|
"allowtoken" : 1,
|
||||||
"description" : "Fetch a requested TFA entry if present.",
|
"description" : "Fetch a requested TFA entry if present.",
|
||||||
"method" : "GET",
|
"method" : "GET",
|
||||||
"name" : "get_tfa_entry",
|
"name" : "get_tfa_entry",
|
||||||
@ -51231,7 +51246,7 @@ const apiSchema = [
|
|||||||
],
|
],
|
||||||
"info" : {
|
"info" : {
|
||||||
"GET" : {
|
"GET" : {
|
||||||
"allowtoken" : 0,
|
"allowtoken" : 1,
|
||||||
"description" : "List TFA configurations of users.",
|
"description" : "List TFA configurations of users.",
|
||||||
"method" : "GET",
|
"method" : "GET",
|
||||||
"name" : "list_user_tfa",
|
"name" : "list_user_tfa",
|
||||||
@ -51301,6 +51316,12 @@ const apiSchema = [
|
|||||||
},
|
},
|
||||||
"type" : "object"
|
"type" : "object"
|
||||||
},
|
},
|
||||||
|
"links" : [
|
||||||
|
{
|
||||||
|
"href" : "{id}",
|
||||||
|
"rel" : "child"
|
||||||
|
}
|
||||||
|
],
|
||||||
"type" : "array"
|
"type" : "array"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -51413,7 +51434,7 @@ const apiSchema = [
|
|||||||
],
|
],
|
||||||
"info" : {
|
"info" : {
|
||||||
"GET" : {
|
"GET" : {
|
||||||
"allowtoken" : 0,
|
"allowtoken" : 1,
|
||||||
"description" : "List TFA configurations of users.",
|
"description" : "List TFA configurations of users.",
|
||||||
"method" : "GET",
|
"method" : "GET",
|
||||||
"name" : "list_tfa",
|
"name" : "list_tfa",
|
||||||
@ -51484,6 +51505,12 @@ const apiSchema = [
|
|||||||
},
|
},
|
||||||
"type" : "object"
|
"type" : "object"
|
||||||
},
|
},
|
||||||
|
"links" : [
|
||||||
|
{
|
||||||
|
"href" : "{userid}",
|
||||||
|
"rel" : "child"
|
||||||
|
}
|
||||||
|
],
|
||||||
"type" : "array"
|
"type" : "array"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user