mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 18:02:30 +00:00
Fixed: Typo
This commit is contained in:
parent
cc664e851e
commit
016dde001d
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ function New-SnipeitSupplier() {
|
||||||
$Values = . Get-ParameterValue -Parameters $MyInvocation.MyCommand.Parameters -BoundParameters $PSBoundParameters
|
$Values = . Get-ParameterValue -Parameters $MyInvocation.MyCommand.Parameters -BoundParameters $PSBoundParameters
|
||||||
|
|
||||||
$Parameters = @{
|
$Parameters = @{
|
||||||
Api = "/api/v1/suppilers"
|
Api = "/api/v1/suppliers"
|
||||||
Method = 'POST'
|
Method = 'POST'
|
||||||
Body = $Values
|
Body = $Values
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue