UPDATE: Entity, Geo, Wiki
All checks were successful
Build and Release / release (push) Successful in 1m6s

This commit is contained in:
2026-04-22 18:28:30 +07:00
parent b10adac7f9
commit 13322423b6
4 changed files with 16 additions and 16 deletions

View File

@@ -502,7 +502,7 @@
"maximum": 90,
"minimum": -90,
"type": "number",
"name": "maxLat",
"name": "max_lat",
"in": "query",
"required": true
},
@@ -510,7 +510,7 @@
"maximum": 180,
"minimum": -180,
"type": "number",
"name": "maxLng",
"name": "max_lng",
"in": "query",
"required": true
},
@@ -518,7 +518,7 @@
"maximum": 90,
"minimum": -90,
"type": "number",
"name": "minLat",
"name": "min_lat",
"in": "query",
"required": true
},
@@ -526,7 +526,7 @@
"maximum": 180,
"minimum": -180,
"type": "number",
"name": "minLng",
"name": "min_lng",
"in": "query",
"required": true
},