Update flight service
This commit is contained in:
@@ -11,7 +11,7 @@ PUT /api/users HTTP/1.1
|
|||||||
Accept: application/json
|
Accept: application/json
|
||||||
```
|
```
|
||||||
|
|
||||||
<details green>
|
<details>
|
||||||
<summary>Request Example</summary>
|
<summary>Request Example</summary>
|
||||||
|
|
||||||
```json title="Body"
|
```json title="Body"
|
||||||
@@ -23,7 +23,7 @@ Accept: application/json
|
|||||||
```
|
```
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details green>
|
||||||
<summary>Response Example</summary>
|
<summary>Response Example</summary>
|
||||||
|
|
||||||
```json title="Body"
|
```json title="Body"
|
||||||
@@ -45,7 +45,7 @@ GET /api/users/{id} HTTP/1.1
|
|||||||
Accept: application/json
|
Accept: application/json
|
||||||
```
|
```
|
||||||
|
|
||||||
<details>
|
<details green>
|
||||||
<summary>Response Example</summary>
|
<summary>Response Example</summary>
|
||||||
|
|
||||||
```json title="Body"
|
```json title="Body"
|
||||||
@@ -68,7 +68,7 @@ Accept: application/json
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
<details>
|
<details green>
|
||||||
<summary>Response Example</summary>
|
<summary>Response Example</summary>
|
||||||
|
|
||||||
```json title="Body"
|
```json title="Body"
|
||||||
@@ -99,7 +99,7 @@ Accept: application/json
|
|||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details green>
|
||||||
<summary>Response Example</summary>
|
<summary>Response Example</summary>
|
||||||
|
|
||||||
```json title="Body"
|
```json title="Body"
|
||||||
@@ -124,7 +124,7 @@ GET /api/airport/{id} HTTP/1.1
|
|||||||
Accept: application/json
|
Accept: application/json
|
||||||
```
|
```
|
||||||
|
|
||||||
<details>
|
<details green>
|
||||||
<summary>Response Example</summary>
|
<summary>Response Example</summary>
|
||||||
|
|
||||||
```json title="Body"
|
```json title="Body"
|
||||||
@@ -155,7 +155,7 @@ Accept: application/json
|
|||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details green>
|
||||||
<summary>Response Example</summary>
|
<summary>Response Example</summary>
|
||||||
|
|
||||||
```json title="Body"
|
```json title="Body"
|
||||||
@@ -194,7 +194,7 @@ Accept: application/json
|
|||||||
```
|
```
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details green>
|
||||||
<summary>Response Example</summary>
|
<summary>Response Example</summary>
|
||||||
|
|
||||||
```json title="Body"
|
```json title="Body"
|
||||||
@@ -233,7 +233,7 @@ GET /api/flight/{id} HTTP/1.1
|
|||||||
Accept: application/json
|
Accept: application/json
|
||||||
```
|
```
|
||||||
|
|
||||||
<details>
|
<details green>
|
||||||
<summary>Response Example</summary>
|
<summary>Response Example</summary>
|
||||||
|
|
||||||
```json title="Body"
|
```json title="Body"
|
||||||
|
|||||||
Reference in New Issue
Block a user