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()]
|
[AllowEmptyString()]
|
||||||
[string]$ReturnType,
|
[string]$ReturnType,
|
||||||
[Parameter(Mandatory)]
|
[Parameter(Mandatory)]
|
||||||
[AllowEmptyString()]
|
[Object]$Response,
|
||||||
[string]$Response,
|
|
||||||
[Parameter(Mandatory)]
|
[Parameter(Mandatory)]
|
||||||
[AllowEmptyCollection()]
|
[AllowEmptyCollection()]
|
||||||
[string[]]$ContentTypes
|
[string[]]$ContentTypes
|
||||||
|
@ -221,8 +221,7 @@ function DeserializeResponse {
|
|||||||
[AllowEmptyString()]
|
[AllowEmptyString()]
|
||||||
[string]$ReturnType,
|
[string]$ReturnType,
|
||||||
[Parameter(Mandatory)]
|
[Parameter(Mandatory)]
|
||||||
[AllowEmptyString()]
|
[Object]$Response,
|
||||||
[string]$Response,
|
|
||||||
[Parameter(Mandatory)]
|
[Parameter(Mandatory)]
|
||||||
[AllowEmptyCollection()]
|
[AllowEmptyCollection()]
|
||||||
[string[]]$ContentTypes
|
[string[]]$ContentTypes
|
||||||
|
@ -237,8 +237,7 @@ function DeserializeResponse {
|
|||||||
[AllowEmptyString()]
|
[AllowEmptyString()]
|
||||||
[string]$ReturnType,
|
[string]$ReturnType,
|
||||||
[Parameter(Mandatory)]
|
[Parameter(Mandatory)]
|
||||||
[AllowEmptyString()]
|
[Object]$Response,
|
||||||
[string]$Response,
|
|
||||||
[Parameter(Mandatory)]
|
[Parameter(Mandatory)]
|
||||||
[AllowEmptyCollection()]
|
[AllowEmptyCollection()]
|
||||||
[string[]]$ContentTypes
|
[string[]]$ContentTypes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user