We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4b3ceb commit eddccbbCopy full SHA for eddccbb
api/openapi.json
@@ -83,6 +83,25 @@
83
}
84
85
86
+ },
87
+ "/dashboard/version": {
88
+ "get": {
89
+ "tags": [
90
+ "Dashboard"
91
+ ],
92
+ "summary": "Version Check",
93
+ "operationId": "version_check_dashboard_version_get",
94
+ "responses": {
95
+ "200": {
96
+ "description": "Successful Response",
97
+ "content": {
98
+ "application/json": {
99
+ "schema": {}
100
+ }
101
102
103
104
105
106
},
107
"components": {
0 commit comments