mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-15 10:45:48 +00:00
Merge pull request #95 from PetriAsi/fix/remove-white-space
remove whitespace
This commit is contained in:
commit
8fd8082aa3
18 changed files with 76 additions and 76 deletions
|
|
@ -26,7 +26,7 @@ function Set-Component()
|
|||
$Body = $Values | ConvertTo-Json;
|
||||
|
||||
$Parameters = @{
|
||||
Uri = "$url/api/v1/components/$component_id"
|
||||
Uri = "$url/api/v1/components/$id"
|
||||
Method = 'Patch'
|
||||
Body = $Body
|
||||
Token = $apiKey
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue