Fix python generated markdown documentation for Jekyll (#10111)

* Fix python generated markdown documentation

* Generated `build the project` and upate sample scripts
This commit is contained in:
guy-har
2021-08-18 11:25:30 +03:00
committed by GitHub
parent d9f3a02d5b
commit 50acdcb4a3
22 changed files with 268 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ Use any API key
* Api Key Authentication (api_key):
* Api Key Authentication (api_key_query):
```python
import time
import x_auth_id_alias
@@ -82,6 +83,7 @@ This endpoint does not need any parameter.
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | successful operation | - |
@@ -99,6 +101,7 @@ Use both API keys
* Api Key Authentication (api_key):
* Api Key Authentication (api_key_query):
```python
import time
import x_auth_id_alias
@@ -160,6 +163,7 @@ This endpoint does not need any parameter.
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | successful operation | - |
@@ -176,6 +180,7 @@ Use API key in header
### Example
* Api Key Authentication (api_key):
```python
import time
import x_auth_id_alias
@@ -231,6 +236,7 @@ This endpoint does not need any parameter.
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | successful operation | - |
@@ -247,6 +253,7 @@ Use API key in query
### Example
* Api Key Authentication (api_key_query):
```python
import time
import x_auth_id_alias
@@ -302,6 +309,7 @@ This endpoint does not need any parameter.
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | successful operation | - |