Skip to content

Commit

Permalink
as: Add paused field to webhook fan out field mask
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Vitan committed Aug 29, 2024
1 parent 8a5ab68 commit 3459f50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/applicationserver/io/web/webhooks.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ var webhookFanOutFieldMask = []string{
"service_data",
"uplink_message",
"uplink_normalized",
"paused",
}

// Webhooks is an interface for registering incoming webhooks for downlink and creating a subscription to outgoing
Expand Down

0 comments on commit 3459f50

Please sign in to comment.