We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf54b9b + 5305c4c commit 7eb15e7Copy full SHA for 7eb15e7
event_delivery.go
@@ -57,7 +57,7 @@ type ListEventDeliveryResponse struct {
57
58
type EventDeliveryParams struct {
59
ListParams
60
- EventType string `url:"event_type"`
+ EventType string `url:"eventType"`
61
EventID string `url:"eventId"`
62
Status []string `url:"status"`
63
EndpointID []string `url:"endpointId"`
0 commit comments