Skip to content

Commit 2424527

Browse files
committed
docs: update swagger
1 parent 9320298 commit 2424527

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

grid-proxy/docs/docs.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

grid-proxy/docs/swagger.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1794,6 +1794,9 @@
17941794
"country": {
17951795
"type": "string"
17961796
},
1797+
"region": {
1798+
"type": "string"
1799+
},
17971800
"latitude": {
17981801
"type": "number"
17991802
},

grid-proxy/docs/swagger.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ definitions:
121121
type: string
122122
country:
123123
type: string
124+
region:
125+
type: string
124126
latitude:
125127
type: number
126128
longitude:

0 commit comments

Comments
 (0)