mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-09 22:56:10 +00:00
Merge remote-tracking branch 'origin/4.1.x' into sync_41x_50x
This commit is contained in:
@@ -116,7 +116,7 @@ Optional parameters are passed through a map[string]interface{}.
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
**string** | [**array**](array.md)| |
|
||||
**string** | [**string**](string.md)| |
|
||||
|
||||
### Return type
|
||||
|
||||
@@ -148,7 +148,7 @@ Optional parameters are passed through a map[string]interface{}.
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
**string** | [**array**](array.md)| |
|
||||
**string** | [**string**](string.md)| |
|
||||
|
||||
### Return type
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@ Creates list of users with given input array
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
**body** | [**array**](array.md)| List of user object |
|
||||
**body** | [**User**](User.md)| List of user object |
|
||||
|
||||
### Return type
|
||||
|
||||
@@ -74,7 +74,7 @@ Creates list of users with given input array
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------- | ------------- | ------------- | -------------
|
||||
**body** | [**array**](array.md)| List of user object |
|
||||
**body** | [**User**](User.md)| List of user object |
|
||||
|
||||
### Return type
|
||||
|
||||
|
||||
Reference in New Issue
Block a user