Valetudo/backend/lib/webserver/doc/WebServer.openapi.json

23 lines
402 B
JSON

{
"/api/v2": {
"get": {
"tags": [
"Valetudo"
],
"summary": "List available API endpoints",
"responses": {
"200": {
"description": "Ok",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
}
}
}