From db80e6088bbffea10c45f315ff3e2359f569c3d8 Mon Sep 17 00:00:00 2001 From: Vlad Date: Sun, 20 Apr 2025 12:11:11 +0300 Subject: [PATCH] =?UTF-8?q?feat:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BD=D0=BE=D0=B2=D1=8B=D1=85=20?= =?UTF-8?q?=D1=81=D0=B2=D0=BE=D0=B9=D1=81=D1=82=D0=B2=20=D0=B4=D0=BB=D1=8F?= =?UTF-8?q?=20=D0=B4=D0=B5=D1=82=D0=B0=D0=BB=D0=B5=D0=B9=20=D0=B0=D0=B2?= =?UTF-8?q?=D1=82=D0=BE=D0=BC=D0=BE=D0=B1=D0=B8=D0=BB=D1=8F=20=D0=B2=20?= =?UTF-8?q?=D0=B4=D0=BE=D0=BA=D1=83=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=D1=86?= =?UTF-8?q?=D0=B8=D1=8E=20Swagger=20-=20=D1=80=D0=B0=D1=81=D1=88=D0=B8?= =?UTF-8?q?=D1=80=D0=B5=D0=BD=D1=8B=20=D0=BE=D0=BF=D0=B8=D1=81=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F=20=D0=B4=D0=BB=D1=8F=20make,=20model,=20year,=20bo?= =?UTF-8?q?dy,=20engine,=20cylinders=20=D0=B8=20drive=20=D0=B4=D0=BB=D1=8F?= =?UTF-8?q?=20=D1=83=D0=BB=D1=83=D1=87=D1=88=D0=B5=D0=BD=D0=B8=D1=8F=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=BD=D0=B8=D0=BC=D0=B0=D0=BD=D0=B8=D1=8F=20API?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/swagger.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/api/swagger.yaml b/api/swagger.yaml index ab3c04a..74b7c49 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -44,6 +44,28 @@ paths: details: type: object description: Vehicle details + properties: + make: + type: string + description: Vehicle manufacturer + model: + type: string + description: Vehicle model + year: + type: integer + description: Manufacturing year + body: + type: string + description: Vehicle body type + engine: + type: string + description: Engine model + cylinders: + type: string + description: Number of engine cylinders + drive: + type: string + description: Drive type (FWD/RWD/AWD) '400': description: Invalid VIN or access code content: