mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-05 15:36:09 +00:00
Allow for binary response content (#19331)
This commit is contained in:
@@ -221,8 +221,7 @@ function DeserializeResponse {
|
||||
[AllowEmptyString()]
|
||||
[string]$ReturnType,
|
||||
[Parameter(Mandatory)]
|
||||
[AllowEmptyString()]
|
||||
[string]$Response,
|
||||
[Object]$Response,
|
||||
[Parameter(Mandatory)]
|
||||
[AllowEmptyCollection()]
|
||||
[string[]]$ContentTypes
|
||||
|
||||
Reference in New Issue
Block a user