replace sdconfig and hordeconfig

This commit is contained in:
Concedo
2024-05-09 22:43:50 +08:00
parent d084f78faa
commit 868446bd1a
4 changed files with 138 additions and 30 deletions
+2 -2
View File
@@ -516,7 +516,7 @@
},
"/api/v1/model": {
"get": {
"description": "Gets the current model display name, set with hordeconfig.",
"description": "Gets the current model display name.",
"responses": {
"200": {
"content": {
@@ -532,7 +532,7 @@
"description": "Successful request"
}
},
"summary": "Retrieve the current model string from hordeconfig",
"summary": "Retrieve the current model string",
"tags": [
"api/v1"
]