Skip to content

Commit eddccbb

Browse files
Update OpenAPI to version generated from ref e4b3ceb (#636)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e4b3ceb commit eddccbb

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
@@ -83,6 +83,25 @@
8383
}
8484
}
8585
}
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+
}
86105
}
87106
},
88107
"components": {

0 commit comments

Comments
 (0)