forked from loafle/openapi-generator-original
* replaced setParameterExampleValue method * removed old method * fixed bool, test fix for objects * continued fix * double override * regenerated petstore client * regenerated oas3 sample * updated asyncio and tornado generated clients for CI
This commit is contained in:
committed by
William Cheng
parent
4b84821506
commit
3d92ea0eda
@@ -78,7 +78,7 @@ from pprint import pprint
|
||||
|
||||
# create an instance of the API class
|
||||
api_instance = petstore_api.UserApi()
|
||||
user = NULL # list[User] | List of user object
|
||||
user = None # list[User] | List of user object
|
||||
|
||||
try:
|
||||
# Creates list of users with given input array
|
||||
@@ -124,7 +124,7 @@ from pprint import pprint
|
||||
|
||||
# create an instance of the API class
|
||||
api_instance = petstore_api.UserApi()
|
||||
user = NULL # list[User] | List of user object
|
||||
user = None # list[User] | List of user object
|
||||
|
||||
try:
|
||||
# Creates list of users with given input array
|
||||
|
||||
Reference in New Issue
Block a user