Skip to content

Commit

Permalink
chore: regenerate openapi specs
Browse files Browse the repository at this point in the history
  • Loading branch information
sundowndev committed Jun 29, 2023
1 parent c783a99 commit 740c23c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -774,6 +774,9 @@ var doc = `{
"commit": {
"type": "string"
},
"demo": {
"type": "boolean"
},
"success": {
"type": "boolean"
},
Expand Down
3 changes: 3 additions & 0 deletions web/docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,9 @@
"commit": {
"type": "string"
},
"demo": {
"type": "boolean"
},
"success": {
"type": "boolean"
},
Expand Down
2 changes: 2 additions & 0 deletions web/docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ definitions:
properties:
commit:
type: string
demo:
type: boolean
success:
type: boolean
version:
Expand Down

0 comments on commit 740c23c

Please sign in to comment.