Skip to content

Commit

Permalink
fix: Fixed swagger documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bahattincinic committed Jun 5, 2024
1 parent d91c295 commit 97c992f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion api/docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -1311,7 +1311,8 @@ const docTemplate = `{
"type": "object",
"required": [
"name",
"query"
"query",
"type"
],
"properties": {
"configs": {},
Expand Down
3 changes: 2 additions & 1 deletion api/docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1300,7 +1300,8 @@
"type": "object",
"required": [
"name",
"query"
"query",
"type"
],
"properties": {
"configs": {},
Expand Down
1 change: 1 addition & 0 deletions api/docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ definitions:
required:
- name
- query
- type
type: object
api.createDashboard.dashboardInput:
properties:
Expand Down

0 comments on commit 97c992f

Please sign in to comment.