Merge pull request #14705 from influxdata/fix_routing_key
fix(notification/pagerduty): routingKey encodepull/14714/head
commit
06a76374ca
|
@ -19,7 +19,7 @@ type PagerDuty struct {
|
|||
URL string `json:"url"`
|
||||
// RoutingKey is a version 4 UUID expressed as a 32-digit hexadecimal number.
|
||||
// This is the Integration Key for an integration on any given service.
|
||||
RoutingKey influxdb.SecretField `json:"routing-key"`
|
||||
RoutingKey influxdb.SecretField `json:"routingKey"`
|
||||
}
|
||||
|
||||
// BackfillSecretKeys fill back fill the secret field key during the unmarshalling
|
||||
|
|
Loading…
Reference in New Issue