Fix wrong function name on Set-Model

Fixed #51
This commit is contained in:
Stephen 2020-06-17 08:48:46 +01:00 committed by GitHub
parent 998016b135
commit a779b8c782
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ function Set-Model() {
[string]$apiKey [string]$apiKey
) )
$Values = Copy-Parameters -InputObject $PSBoundParameters $Values = . Get-ParameterValue
$Body = $Values | ConvertTo-Json; $Body = $Values | ConvertTo-Json;