Skip to content

Commit

Permalink
gen swagger:get audit plan list api
Browse files Browse the repository at this point in the history
  • Loading branch information
iwanghc committed Aug 23, 2024
1 parent 33ed6b0 commit 1c21c03
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions sqle/docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -10306,8 +10306,8 @@ var doc = `{
"priority": {
"type": "string",
"enum": [
"high",
"''"
"",
"high"
]
},
"remark": {
Expand Down Expand Up @@ -13070,7 +13070,7 @@ var doc = `{
"type": "integer"
},
"instance_id": {
"type": "integer"
"type": "string"
},
"instance_name": {
"type": "string"
Expand Down
6 changes: 3 additions & 3 deletions sqle/docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -10290,8 +10290,8 @@
"priority": {
"type": "string",
"enum": [
"high",
"''"
"",
"high"
]
},
"remark": {
Expand Down Expand Up @@ -13054,7 +13054,7 @@
"type": "integer"
},
"instance_id": {
"type": "integer"
"type": "string"
},
"instance_name": {
"type": "string"
Expand Down
4 changes: 2 additions & 2 deletions sqle/docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -501,8 +501,8 @@ definitions:
type: array
priority:
enum:
- ""
- high
- ''''''
type: string
remark:
type: string
Expand Down Expand Up @@ -2413,7 +2413,7 @@ definitions:
instance_audit_plan_id:
type: integer
instance_id:
type: integer
type: string
instance_name:
type: string
instance_type:
Expand Down

0 comments on commit 1c21c03

Please sign in to comment.