mirror of
https://github.com/openziti/zrok.git
synced 2025-08-19 04:06:18 +02:00
a round of iteration on improving the version management situation more (#881); update deps in ui/agentUi
This commit is contained in:
@@ -237,6 +237,38 @@ func init() {
|
||||
}
|
||||
}
|
||||
},
|
||||
"/clientVersionCheck": {
|
||||
"post": {
|
||||
"tags": [
|
||||
"metadata"
|
||||
],
|
||||
"operationId": "clientVersionCheck",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "body",
|
||||
"in": "body",
|
||||
"schema": {
|
||||
"properties": {
|
||||
"clientVersion": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "compatible"
|
||||
},
|
||||
"400": {
|
||||
"description": "not compatible",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/configuration": {
|
||||
"get": {
|
||||
"tags": [
|
||||
@@ -1909,35 +1941,25 @@ func init() {
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"post": {
|
||||
}
|
||||
},
|
||||
"/versions": {
|
||||
"get": {
|
||||
"tags": [
|
||||
"metadata"
|
||||
],
|
||||
"operationId": "clientVersionCheck",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "body",
|
||||
"in": "body",
|
||||
"operationId": "versionInventory",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "ok",
|
||||
"schema": {
|
||||
"properties": {
|
||||
"clientVersion": {
|
||||
"controllerVersion": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "compatible"
|
||||
},
|
||||
"400": {
|
||||
"description": "not compatible",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2523,6 +2545,38 @@ func init() {
|
||||
}
|
||||
}
|
||||
},
|
||||
"/clientVersionCheck": {
|
||||
"post": {
|
||||
"tags": [
|
||||
"metadata"
|
||||
],
|
||||
"operationId": "clientVersionCheck",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "body",
|
||||
"in": "body",
|
||||
"schema": {
|
||||
"properties": {
|
||||
"clientVersion": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "compatible"
|
||||
},
|
||||
"400": {
|
||||
"description": "not compatible",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/configuration": {
|
||||
"get": {
|
||||
"tags": [
|
||||
@@ -4144,35 +4198,25 @@ func init() {
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"post": {
|
||||
}
|
||||
},
|
||||
"/versions": {
|
||||
"get": {
|
||||
"tags": [
|
||||
"metadata"
|
||||
],
|
||||
"operationId": "clientVersionCheck",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "body",
|
||||
"in": "body",
|
||||
"operationId": "versionInventory",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "ok",
|
||||
"schema": {
|
||||
"properties": {
|
||||
"clientVersion": {
|
||||
"controllerVersion": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "compatible"
|
||||
},
|
||||
"400": {
|
||||
"description": "not compatible",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user