Skip to content

Commit

Permalink
[Workflow] Update Swagger REST API doc (#1258)
Browse files Browse the repository at this point in the history
Co-authored-by: jihoon-seo <[email protected]>
  • Loading branch information
cb-github-robot and jihoon-seo authored Nov 7, 2022
1 parent ff88acf commit 98ddf4b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/api/rest/docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -8434,6 +8434,9 @@ const docTemplate = `{
"elapsed": {
"type": "string"
},
"regionName": {
"type": "string"
},
"result": {
"type": "string"
},
Expand Down
3 changes: 3 additions & 0 deletions src/api/rest/docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -8426,6 +8426,9 @@
"elapsed": {
"type": "string"
},
"regionName": {
"type": "string"
},
"result": {
"type": "string"
},
Expand Down
2 changes: 2 additions & 0 deletions src/api/rest/docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1047,6 +1047,8 @@ definitions:
type: string
elapsed:
type: string
regionName:
type: string
result:
type: string
resultarray:
Expand Down

0 comments on commit 98ddf4b

Please sign in to comment.