Update flight service
This commit is contained in:
@@ -14,26 +14,26 @@ Accept: application/json
|
||||
<details>
|
||||
<summary>Request Example</summary>
|
||||
|
||||
```json title="Body"
|
||||
{
|
||||
"first_name": "Ivan",
|
||||
"last_name": "Ivanov",
|
||||
"age": 25
|
||||
}
|
||||
```
|
||||
```json title="Body"
|
||||
{
|
||||
"first_name": "Ivan",
|
||||
"last_name": "Ivanov",
|
||||
"age": 25
|
||||
}
|
||||
```
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Response Example</summary>
|
||||
|
||||
```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
|
||||
}
|
||||
```
|
||||
</details>
|
||||
|
||||
### Получение пользователя
|
||||
|
||||
Reference in New Issue
Block a user