Skip to content

Commit

Permalink
[Workflow] Update Swagger REST API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-github-robot authored Apr 30, 2024
2 parents 4c46077 + 5c40660 commit c15e252
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions src/api/rest/docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -8262,9 +8262,6 @@ const docTemplate = `{
"driverName": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"providerName": {
"type": "string"
},
Expand All @@ -8279,6 +8276,9 @@ const docTemplate = `{
},
"regionZoneInfoName": {
"type": "string"
},
"verified": {
"type": "boolean"
}
}
},
Expand Down
6 changes: 3 additions & 3 deletions src/api/rest/docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -8255,9 +8255,6 @@
"driverName": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"providerName": {
"type": "string"
},
Expand All @@ -8272,6 +8269,9 @@
},
"regionZoneInfoName": {
"type": "string"
},
"verified": {
"type": "boolean"
}
}
},
Expand Down
4 changes: 2 additions & 2 deletions src/api/rest/docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ definitions:
type: string
driverName:
type: string
enabled:
type: boolean
providerName:
type: string
regionDetail:
Expand All @@ -65,6 +63,8 @@ definitions:
$ref: '#/definitions/common.RegionZoneInfo'
regionZoneInfoName:
type: string
verified:
type: boolean
type: object
common.ConnConfigList:
properties:
Expand Down

0 comments on commit c15e252

Please sign in to comment.