We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa69d10 + eddccbb commit 09e0d28Copy full SHA for 09e0d28
api/openapi.json
@@ -84,6 +84,25 @@
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
"/api/v1/workspaces": {
107
"get": {
108
"tags": [
0 commit comments