Remove unused check-version api (#3045)

This commit is contained in:
Cesar N
2023-09-13 12:55:06 -07:00
committed by GitHub
parent 8a918324aa
commit 6ef35c26a4
16 changed files with 21 additions and 825 deletions

View File

@@ -2561,30 +2561,6 @@ func init() {
}
}
},
"/check-version": {
"get": {
"security": [],
"tags": [
"System"
],
"summary": "Checks the current MinIO version against the latest",
"operationId": "CheckMinIOVersion",
"responses": {
"200": {
"description": "A successful response.",
"schema": {
"$ref": "#/definitions/checkVersionResponse"
}
},
"default": {
"description": "Generic error response.",
"schema": {
"$ref": "#/definitions/ApiError"
}
}
}
}
},
"/configs": {
"get": {
"tags": [
@@ -6096,17 +6072,6 @@ func init() {
}
}
},
"checkVersionResponse": {
"type": "object",
"properties": {
"current_version": {
"type": "string"
},
"latest_version": {
"type": "string"
}
}
},
"configDescription": {
"type": "object",
"properties": {
@@ -11637,30 +11602,6 @@ func init() {
}
}
},
"/check-version": {
"get": {
"security": [],
"tags": [
"System"
],
"summary": "Checks the current MinIO version against the latest",
"operationId": "CheckMinIOVersion",
"responses": {
"200": {
"description": "A successful response.",
"schema": {
"$ref": "#/definitions/checkVersionResponse"
}
},
"default": {
"description": "Generic error response.",
"schema": {
"$ref": "#/definitions/ApiError"
}
}
}
}
},
"/configs": {
"get": {
"tags": [
@@ -15321,17 +15262,6 @@ func init() {
}
}
},
"checkVersionResponse": {
"type": "object",
"properties": {
"current_version": {
"type": "string"
},
"latest_version": {
"type": "string"
}
}
},
"configDescription": {
"type": "object",
"properties": {