Update flight service

This commit is contained in:
2026-02-23 12:08:32 +03:00
parent fa53ba5b21
commit 13c74ef198

View File

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