Skip to content

Commit 09e0d28

Browse files
committed
Merge branch 'main' of github.com:stacklok/codegate into workspaces-to-open-api-spec
2 parents fa69d10 + eddccbb commit 09e0d28

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

api/openapi.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,25 @@
8484
}
8585
}
8686
},
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+
},
87106
"/api/v1/workspaces": {
88107
"get": {
89108
"tags": [

0 commit comments

Comments
 (0)