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