Skip to content

Commit

Permalink
Merge pull request #55 from stripedapps/main
Browse files Browse the repository at this point in the history
Update event_delivery.go
  • Loading branch information
subomi authored Oct 17, 2024
2 parents cf54b9b + 5305c4c commit 7eb15e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event_delivery.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ type ListEventDeliveryResponse struct {

type EventDeliveryParams struct {
ListParams
EventType string `url:"event_type"`
EventType string `url:"eventType"`
EventID string `url:"eventId"`
Status []string `url:"status"`
EndpointID []string `url:"endpointId"`
Expand Down

0 comments on commit 7eb15e7

Please sign in to comment.