Remove unused check-version api (#3045)
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user