Update flight service

This commit is contained in:
2026-02-23 12:11:05 +03:00
parent 829ca0879f
commit 8478716159

View File

@@ -14,26 +14,26 @@ Accept: application/json
<details>
<summary>Request Example</summary>
```json title="Body"
{
```json title="Body"
{
"first_name": "Ivan",
"last_name": "Ivanov",
"age": 25
}
```
}
```
</details>
<details>
<summary>Response Example</summary>
```json title="Body"
{
```json title="Body"
{
"id": 1,
"first_name": "Ivan",
"last_name": "Ivanov",
"age": 25
}
```
}
```
</details>
### Получение пользователя