Skip to content

Commit 4045d61

Browse files
authored
Update parking_zones.mdx
1 parent d6a0712 commit 4045d61

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/api/parking_zones.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ title: Parking Zones
1919
- **points** (`list[4]`) — опорные точки зоны (карта + пиксели изображения), по часовой:
2020
- **latitude** (`float`, -90..90)
2121
- **longitude** (`float`, -180..180)
22-
- **x** (`float`, ≥0)
23-
- **y** (`float`, ≥0)
22+
- **x** (`int`, ≥0)
23+
- **y** (`int`, ≥0)
2424
- **created_at** (`string`, ISO 8601)
2525
- **updated_at** (`string`, ISO 8601)
2626

@@ -93,8 +93,8 @@ Authorization: Bearer <token>
9393
- **points** (`list[4]`) — четыре точки (по часовой):
9494
- **latitude** (`float`, -90..90)
9595
- **longitude** (`float`, -180..180)
96-
- **x** (`float`, ≥0)
97-
- **y** (`float`, ≥0)
96+
- **x** (`int`, ≥0)
97+
- **y** (`int`, ≥0)
9898

9999
*Валидация*
100100
- Ровно 4 точки.

0 commit comments

Comments
 (0)