mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 18:02:30 +00:00
corrected typo
This commit is contained in:
parent
7871fc3711
commit
989af1bf88
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ function Remove-SnipeitManufacturer ()
|
|||
process {
|
||||
foreach($manufacturer_id in $id){
|
||||
$Parameters = @{
|
||||
Uri = "$url/api/v1/manufacturers/$manufacturer_id_id"
|
||||
Uri = "$url/api/v1/manufacturers/$manufacturer_id"
|
||||
Method = 'Delete'
|
||||
Token = $apiKey
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue