NTP-16585 | updated correlation id header key (#464)
This commit is contained in:
@@ -31,8 +31,9 @@ func (client *EEMonitoringServiceClientImpl) TriggerSeverityUpdateWebhook(
|
||||
logger.Info(fmt.Sprintf("Triggering severity update webhook for requestId: %s", requestId))
|
||||
fullURL := client.BaseURL + client.WebhookAPIPath
|
||||
requestHeaders := map[string]string{
|
||||
"Content-Type": "application/json",
|
||||
"CORRELATION_ID": requestId,
|
||||
"Content-Type": "application/json",
|
||||
"X-Correlation-Id": requestId,
|
||||
"correlationId": requestId,
|
||||
}
|
||||
|
||||
incidentDetails := contracts.IncidentDetails{
|
||||
|
||||
Reference in New Issue
Block a user