mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-15 18:55:47 +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;
|
$Body = $Values | ConvertTo-Json;
|
||||||
|
|
||||||
$Parameters = @{
|
$Parameters = @{
|
||||||
Uri = "$url/api/v1/components/$component_id"
|
Uri = "$url/api/v1/components/$id"
|
||||||
Method = 'Patch'
|
Method = 'Patch'
|
||||||
Body = $Body
|
Body = $Body
|
||||||
Token = $apiKey
|
Token = $apiKey
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue