Skip to content

Commit 95111bd

Browse files
authored
Feature: added partner solution id in header (#1)
1 parent db11573 commit 95111bd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

action.ps1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ try {
3131
$base64 = [System.Convert]::ToBase64String($bytes)
3232
$key = "Basic $base64"
3333
$headers = @{
34-
"authorization" = $Key
35-
"Accept" = "application/json"
34+
"authorization" = $Key
35+
"Accept" = "application/json"
36+
"Partner-Solution-Id" = "TOOL001"
3637
}
3738

3839
Write-Verbose "Updating TOPdesk Incident: [$($incidentId)]"

0 commit comments

Comments
 (0)