update java rest assured sample

This commit is contained in:
William Cheng
2019-07-08 22:49:49 +08:00
parent 0e37719162
commit 7cef5ed8ab
58 changed files with 347 additions and 55 deletions

View File

@@ -81,7 +81,7 @@ api.createUsersWithArrayInput()
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**body** | [**List<User>**](List.md)| List of user object |
**body** | [**List<User>**](User.md)| List of user object |
### Return type
@@ -121,7 +121,7 @@ api.createUsersWithListInput()
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**body** | [**List<User>**](List.md)| List of user object |
**body** | [**List<User>**](User.md)| List of user object |
### Return type