mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-03 08:46:55 +00:00
* 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()
|
||||
body = NULL # list[User] | List of user object
|
||||
body = 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()
|
||||
body = NULL # list[User] | List of user object
|
||||
body = None # list[User] | List of user object
|
||||
|
||||
try:
|
||||
# Creates list of users with given input array
|
||||
|
||||
Reference in New Issue
Block a user