mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-20 01:17:09 +00:00
fix: display of markdown in notes section (#20534)
* fix: display of markdown in notes section * update samples * skip blank lines --------- Co-authored-by: William Cheng <wing328hk@gmail.com>
This commit is contained in:
@@ -12,6 +12,8 @@ Method | HTTP request | Description
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```python
|
||||
|
||||
@@ -48,6 +48,8 @@ Method | HTTP request | Description
|
||||
|
||||
test any type request body
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```python
|
||||
@@ -110,6 +112,8 @@ No authorization required
|
||||
|
||||
test enum reference query parameter
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```python
|
||||
@@ -173,6 +177,8 @@ No authorization required
|
||||
|
||||
Health check endpoint
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```python
|
||||
@@ -234,6 +240,8 @@ No authorization required
|
||||
|
||||
test http signature authentication
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```python
|
||||
@@ -698,6 +706,8 @@ No authorization required
|
||||
|
||||
test ref to enum string
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```python
|
||||
@@ -759,6 +769,8 @@ No authorization required
|
||||
|
||||
test returning boolean
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```python
|
||||
@@ -819,6 +831,8 @@ No authorization required
|
||||
|
||||
test byte like json
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```python
|
||||
@@ -879,6 +893,8 @@ No authorization required
|
||||
|
||||
test returning enum
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```python
|
||||
@@ -939,6 +955,8 @@ No authorization required
|
||||
|
||||
test enum like json
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```python
|
||||
@@ -999,6 +1017,8 @@ No authorization required
|
||||
|
||||
test returning float
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```python
|
||||
@@ -1059,6 +1079,8 @@ No authorization required
|
||||
|
||||
test returning int
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```python
|
||||
@@ -1119,6 +1141,8 @@ No authorization required
|
||||
|
||||
test returning list of objects
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```python
|
||||
@@ -1180,6 +1204,8 @@ No authorization required
|
||||
|
||||
test str like json
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```python
|
||||
@@ -1240,6 +1266,8 @@ No authorization required
|
||||
|
||||
test returning string
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```python
|
||||
@@ -1300,6 +1328,8 @@ No authorization required
|
||||
|
||||
test uuid example
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```python
|
||||
@@ -1553,6 +1583,8 @@ No authorization required
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```python
|
||||
@@ -1617,7 +1649,7 @@ No authorization required
|
||||
|
||||
To test \"client\" model
|
||||
|
||||
To test \"client\" model
|
||||
To test "client" model
|
||||
|
||||
### Example
|
||||
|
||||
@@ -1684,6 +1716,8 @@ No authorization required
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```python
|
||||
@@ -1808,7 +1842,11 @@ No authorization required
|
||||
|
||||
Fake endpoint for testing various parameters 假端點 偽のエンドポイント 가짜 엔드 포인트
|
||||
|
||||
Fake endpoint for testing various parameters 假端點 偽のエンドポイント 가짜 엔드 포인트
|
||||
Fake endpoint for testing various parameters
|
||||
假端點
|
||||
偽のエンドポイント
|
||||
가짜 엔드 포인트
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
@@ -1912,6 +1950,8 @@ void (empty response body)
|
||||
|
||||
test error responses with model
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```python
|
||||
@@ -2251,6 +2291,8 @@ No authorization required
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```python
|
||||
|
||||
@@ -12,6 +12,8 @@ Method | HTTP request | Description
|
||||
|
||||
test date time
|
||||
|
||||
|
||||
|
||||
### Example
|
||||
|
||||
```python
|
||||
|
||||
Reference in New Issue
Block a user