update
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
},
|
||||
"version": "1.0"
|
||||
},
|
||||
"host": "durpapi.durp.info",
|
||||
"host": "localhost:8080",
|
||||
"basePath": "/api/v1",
|
||||
"paths": {
|
||||
"/health/getHealth": {
|
||||
@@ -105,6 +105,29 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/token/GenerateToken": {
|
||||
"get": {
|
||||
"description": "Get the health of the API",
|
||||
"consumes": [
|
||||
"application/json"
|
||||
],
|
||||
"produces": [
|
||||
"application/json"
|
||||
],
|
||||
"tags": [
|
||||
"token"
|
||||
],
|
||||
"summary": "Generate Health status",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "response",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/unraid/powerusage": {
|
||||
"get": {
|
||||
"description": "Gets the PSU Data from unraid",
|
||||
|
||||
Reference in New Issue
Block a user