Skip to content

Commit 044ded0

Browse files
sarthak77Sarthak Singhal
andauthored
added header map in proto (#91)
Co-authored-by: Sarthak Singhal <[email protected]>
1 parent 5361617 commit 044ded0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

notification-channel-config-service-api/src/main/proto/org/hypertrace/notification/config/service/v1/notification_channel.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ enum WebhookFormat {
2424
message WebhookChannelConfig {
2525
string url = 1;
2626
WebhookFormat format = 2;
27+
map<string, string> headers = 3;
2728
}
2829

2930
message EmailChannelConfig {

0 commit comments

Comments
 (0)