Skip to content

Commit

Permalink
Merge branch 'main' of github.com:stacklok/codegate into workspaces-t…
Browse files Browse the repository at this point in the history
…o-open-api-spec
  • Loading branch information
alex-mcgovern committed Jan 17, 2025
2 parents fa69d10 + eddccbb commit 09e0d28
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions api/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,25 @@
}
}
},
"/dashboard/version": {
"get": {
"tags": [
"Dashboard"
],
"summary": "Version Check",
"operationId": "version_check_dashboard_version_get",
"responses": {
"200": {
"description": "Successful Response",
"content": {
"application/json": {
"schema": {}
}
}
}
}
}
},
"/api/v1/workspaces": {
"get": {
"tags": [
Expand Down

0 comments on commit 09e0d28

Please sign in to comment.