Merge remote-tracking branch 'origin/4.1.x' into sync_41x_50x

This commit is contained in:
wing328
2019-06-27 18:27:20 +08:00
1243 changed files with 38715 additions and 15082 deletions

View File

@@ -83,7 +83,7 @@ from pprint import pprint
# create an instance of the API class
api_instance = petstore_api.UserApi()
user = None # list[User] | List of user object
user = [petstore_api.User()] # list[User] | List of user object
try:
# Creates list of users with given input array
@@ -96,7 +96,7 @@ except ApiException as e:
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**user** | [**list[User]**](list.md)| List of user object |
**user** | [**list[User]**](User.md)| List of user object |
### Return type
@@ -134,7 +134,7 @@ from pprint import pprint
# create an instance of the API class
api_instance = petstore_api.UserApi()
user = None # list[User] | List of user object
user = [petstore_api.User()] # list[User] | List of user object
try:
# Creates list of users with given input array
@@ -147,7 +147,7 @@ except ApiException as e:
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**user** | [**list[User]**](list.md)| List of user object |
**user** | [**list[User]**](User.md)| List of user object |
### Return type