@ -123,6 +123,25 @@
}
},
"/api": {
"get": {
"tags": [
"ApiInfo"
],
"responses": {
"200": {
"description": "Success",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ApiInfoResource"
"/login": {
"post": {
@ -8462,6 +8481,23 @@
"additionalProperties": false
"ApiInfoResource": {
"type": "object",
"properties": {
"current": {
"type": "string",
"nullable": true
"deprecated": {
"type": "array",
"items": {
"type": "string"
"ApplyTags": {
"enum": [
"add",