forked from loafle/openapi-generator-original
Allow for binary response content (#19331)
This commit is contained in:
parent
07baddfe12
commit
6da3dc5c10
@ -233,8 +233,7 @@ function DeserializeResponse {
|
||||
[AllowEmptyString()]
|
||||
[string]$ReturnType,
|
||||
[Parameter(Mandatory)]
|
||||
[AllowEmptyString()]
|
||||
[string]$Response,
|
||||
[Object]$Response,
|
||||
[Parameter(Mandatory)]
|
||||
[AllowEmptyCollection()]
|
||||
[string[]]$ContentTypes
|
||||
|
@ -221,8 +221,7 @@ function DeserializeResponse {
|
||||
[AllowEmptyString()]
|
||||
[string]$ReturnType,
|
||||
[Parameter(Mandatory)]
|
||||
[AllowEmptyString()]
|
||||
[string]$Response,
|
||||
[Object]$Response,
|
||||
[Parameter(Mandatory)]
|
||||
[AllowEmptyCollection()]
|
||||
[string[]]$ContentTypes
|
||||
|
@ -237,8 +237,7 @@ function DeserializeResponse {
|
||||
[AllowEmptyString()]
|
||||
[string]$ReturnType,
|
||||
[Parameter(Mandatory)]
|
||||
[AllowEmptyString()]
|
||||
[string]$Response,
|
||||
[Object]$Response,
|
||||
[Parameter(Mandatory)]
|
||||
[AllowEmptyCollection()]
|
||||
[string[]]$ContentTypes
|
||||
|
Loading…
x
Reference in New Issue
Block a user