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 21, 2024
1 parent 0e4cfa6 commit e5f49ab
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 e5f49ab

Please sign in to comment.