fixed #5692 and regenerated samples (#5698)

This commit is contained in:
rompic
2017-05-24 17:26:33 +02:00
committed by wing328
parent b024288df2
commit ef53f08b09
16 changed files with 145 additions and 112 deletions

View File

@@ -22,7 +22,7 @@ Test serialization of outer boolean types
### Example
```python
from __future__ import print_statement
from __future__ import print_function
import time
import petstore_api
from petstore_api.rest import ApiException
@@ -69,7 +69,7 @@ Test serialization of object with outer number type
### Example
```python
from __future__ import print_statement
from __future__ import print_function
import time
import petstore_api
from petstore_api.rest import ApiException
@@ -116,7 +116,7 @@ Test serialization of outer number types
### Example
```python
from __future__ import print_statement
from __future__ import print_function
import time
import petstore_api
from petstore_api.rest import ApiException
@@ -163,7 +163,7 @@ Test serialization of outer string types
### Example
```python
from __future__ import print_statement
from __future__ import print_function
import time
import petstore_api
from petstore_api.rest import ApiException
@@ -210,7 +210,7 @@ To test \"client\" model
### Example
```python
from __future__ import print_statement
from __future__ import print_function
import time
import petstore_api
from petstore_api.rest import ApiException
@@ -258,7 +258,7 @@ Fake endpoint for testing various parameters 假端點 偽のエンドポイン
### Example
```python
from __future__ import print_statement
from __future__ import print_function
import time
import petstore_api
from petstore_api.rest import ApiException
@@ -335,7 +335,7 @@ To test enum parameters
### Example
```python
from __future__ import print_statement
from __future__ import print_function
import time
import petstore_api
from petstore_api.rest import ApiException

View File

@@ -23,7 +23,7 @@ Add a new pet to the store
### Example
```python
from __future__ import print_statement
from __future__ import print_function
import time
import petstore_api
from petstore_api.rest import ApiException
@@ -73,7 +73,7 @@ Deletes a pet
### Example
```python
from __future__ import print_statement
from __future__ import print_function
import time
import petstore_api
from petstore_api.rest import ApiException
@@ -125,7 +125,7 @@ Multiple status values can be provided with comma separated strings
### Example
```python
from __future__ import print_statement
from __future__ import print_function
import time
import petstore_api
from petstore_api.rest import ApiException
@@ -176,7 +176,7 @@ Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3
### Example
```python
from __future__ import print_statement
from __future__ import print_function
import time
import petstore_api
from petstore_api.rest import ApiException
@@ -227,7 +227,7 @@ Returns a single pet
### Example
```python
from __future__ import print_statement
from __future__ import print_function
import time
import petstore_api
from petstore_api.rest import ApiException
@@ -280,7 +280,7 @@ Update an existing pet
### Example
```python
from __future__ import print_statement
from __future__ import print_function
import time
import petstore_api
from petstore_api.rest import ApiException
@@ -330,7 +330,7 @@ Updates a pet in the store with form data
### Example
```python
from __future__ import print_statement
from __future__ import print_function
import time
import petstore_api
from petstore_api.rest import ApiException
@@ -384,7 +384,7 @@ uploads an image
### Example
```python
from __future__ import print_statement
from __future__ import print_function
import time
import petstore_api
from petstore_api.rest import ApiException

View File

@@ -19,7 +19,7 @@ For valid response try integer IDs with value < 1000. Anything above 1000 or non
### Example
```python
from __future__ import print_statement
from __future__ import print_function
import time
import petstore_api
from petstore_api.rest import ApiException
@@ -66,7 +66,7 @@ Returns a map of status codes to quantities
### Example
```python
from __future__ import print_statement
from __future__ import print_function
import time
import petstore_api
from petstore_api.rest import ApiException
@@ -115,7 +115,7 @@ For valid response try integer IDs with value <= 5 or > 10. Other values will ge
### Example
```python
from __future__ import print_statement
from __future__ import print_function
import time
import petstore_api
from petstore_api.rest import ApiException
@@ -163,7 +163,7 @@ Place an order for a pet
### Example
```python
from __future__ import print_statement
from __future__ import print_function
import time
import petstore_api
from petstore_api.rest import ApiException

View File

@@ -23,7 +23,7 @@ This can only be done by the logged in user.
### Example
```python
from __future__ import print_statement
from __future__ import print_function
import time
import petstore_api
from petstore_api.rest import ApiException
@@ -70,7 +70,7 @@ Creates list of users with given input array
### Example
```python
from __future__ import print_statement
from __future__ import print_function
import time
import petstore_api
from petstore_api.rest import ApiException
@@ -117,7 +117,7 @@ Creates list of users with given input array
### Example
```python
from __future__ import print_statement
from __future__ import print_function
import time
import petstore_api
from petstore_api.rest import ApiException
@@ -164,7 +164,7 @@ This can only be done by the logged in user.
### Example
```python
from __future__ import print_statement
from __future__ import print_function
import time
import petstore_api
from petstore_api.rest import ApiException
@@ -211,7 +211,7 @@ Get user by user name
### Example
```python
from __future__ import print_statement
from __future__ import print_function
import time
import petstore_api
from petstore_api.rest import ApiException
@@ -259,7 +259,7 @@ Logs user into the system
### Example
```python
from __future__ import print_statement
from __future__ import print_function
import time
import petstore_api
from petstore_api.rest import ApiException
@@ -309,7 +309,7 @@ Logs out current logged in user session
### Example
```python
from __future__ import print_statement
from __future__ import print_function
import time
import petstore_api
from petstore_api.rest import ApiException
@@ -352,7 +352,7 @@ This can only be done by the logged in user.
### Example
```python
from __future__ import print_statement
from __future__ import print_function
import time
import petstore_api
from petstore_api.rest import ApiException