Skip to content

Commit

Permalink
fix: update setting swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
anhnh12 committed Jan 16, 2024
1 parent 35fff2c commit 61e2b9e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -6850,6 +6850,9 @@ const docTemplate = `{
"action": {
"type": "string"
},
"enable": {
"type": "boolean"
},
"message": {
"type": "string"
}
Expand Down Expand Up @@ -8682,12 +8685,16 @@ const docTemplate = `{
"type": "object",
"required": [
"action",
"enable",
"message"
],
"properties": {
"action": {
"type": "string"
},
"enable": {
"type": "boolean"
},
"message": {
"type": "string"
}
Expand Down
7 changes: 7 additions & 0 deletions docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -6842,6 +6842,9 @@
"action": {
"type": "string"
},
"enable": {
"type": "boolean"
},
"message": {
"type": "string"
}
Expand Down Expand Up @@ -8674,12 +8677,16 @@
"type": "object",
"required": [
"action",
"enable",
"message"
],
"properties": {
"action": {
"type": "string"
},
"enable": {
"type": "boolean"
},
"message": {
"type": "string"
}
Expand Down
9 changes: 7 additions & 2 deletions docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ definitions:
properties:
action:
type: string
enable:
type: boolean
message:
type: string
type: object
Expand Down Expand Up @@ -1401,10 +1403,13 @@ definitions:
properties:
action:
type: string
enable:
type: boolean
message:
type: string
required:
- action
- enable
- message
type: object
request.DeleteGuildConfigDaoProposal:
Expand Down Expand Up @@ -3079,14 +3084,14 @@ definitions:
type: string
usd:
type: number
usd_1y_change:
type: number
usd_7d_change:
type: number
usd_14d_change:
type: number
usd_1h_change:
type: number
usd_1y_change:
type: number
usd_24h_change:
type: number
usd_24h_vol:
Expand Down

0 comments on commit 61e2b9e

Please sign in to comment.