We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a0712 commit 4045d61Copy full SHA for 4045d61
1 file changed
docs/api/parking_zones.mdx
@@ -19,8 +19,8 @@ title: Parking Zones
19
- **points** (`list[4]`) — опорные точки зоны (карта + пиксели изображения), по часовой:
20
- **latitude** (`float`, -90..90)
21
- **longitude** (`float`, -180..180)
22
- - **x** (`float`, ≥0)
23
- - **y** (`float`, ≥0)
+ - **x** (`int`, ≥0)
+ - **y** (`int`, ≥0)
24
- **created_at** (`string`, ISO 8601)
25
- **updated_at** (`string`, ISO 8601)
26
@@ -93,8 +93,8 @@ Authorization: Bearer <token>
93
- **points** (`list[4]`) — четыре точки (по часовой):
94
95
96
97
98
99
*Валидация*
100
- Ровно 4 точки.
0 commit comments