Merge pull request #95 from PetriAsi/fix/remove-white-space

remove whitespace
This commit is contained in:
Petri Asikainen 2021-05-17 10:09:58 +03:00 committed by GitHub
commit 8fd8082aa3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 76 additions and 76 deletions

View file

@ -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