Update New-SnipeitSupplier.ps1

This commit is contained in:
JoriPS1 2022-09-15 13:59:35 -04:00 committed by GitHub
parent d14244d727
commit 99e1030614
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,7 +102,7 @@ function New-SnipeitSupplier() {
$Values = . Get-ParameterValue -Parameters $MyInvocation.MyCommand.Parameters -BoundParameters $PSBoundParameters
$Parameters = @{
Api = "/api/v1/suppilers"
Api = "/api/v1/suppliers"
Method = 'POST'
Body = $Values
}