From 847871615973a26d51916fb2dcf18c500308466d Mon Sep 17 00:00:00 2001 From: Falmer Date: Mon, 23 Feb 2026 12:11:05 +0300 Subject: [PATCH] Update flight service --- flight-service/index.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/flight-service/index.md b/flight-service/index.md index bb025a6..799d7a8 100644 --- a/flight-service/index.md +++ b/flight-service/index.md @@ -14,26 +14,26 @@ Accept: application/json
Request Example - ```json title="Body" - { - "first_name": "Ivan", - "last_name": "Ivanov", - "age": 25 - } - ``` +```json title="Body" +{ + "first_name": "Ivan", + "last_name": "Ivanov", + "age": 25 +} +```
Response Example - ```json title="Body" - { - "id": 1, - "first_name": "Ivan", - "last_name": "Ivanov", - "age": 25 - } - ``` +```json title="Body" +{ + "id": 1, + "first_name": "Ivan", + "last_name": "Ivanov", + "age": 25 +} +```
### Получение пользователя