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

@@ -562,25 +562,25 @@ paths:
- in: query
maximum: 90
minimum: -90
name: maxLat
name: max_lat
required: true
type: number
- in: query
maximum: 180
minimum: -180
name: maxLng
name: max_lng
required: true
type: number
- in: query
maximum: 90
minimum: -90
name: minLat
name: min_lat
required: true
type: number
- in: query
maximum: 180
minimum: -180
name: minLng
name: min_lng
required: true
type: number
- in: query