We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a21137d + cfc9d07 commit a699743Copy full SHA for a699743
convoy.go
@@ -28,7 +28,7 @@ type Pagination struct {
28
29
// ListParams is used in requests for filtering lists
30
type ListParams struct {
31
- PerPage int `url:"per_page"`
+ PerPage int `url:"perPage"`
32
PrevPageCursor string `url:"prev_page_cursor"`
33
NextPageCursor string `url:"next_page_cursor"`
34
}
event_delivery.go
@@ -57,6 +57,7 @@ type ListEventDeliveryResponse struct {
57
58
type EventDeliveryParams struct {
59
ListParams
60
+ EventType string `url:"event_type"`
61
EventID string `url:"eventId"`
62
Status []string `url:"status"`
63
EndpointID []string `url:"endpointId"`
0 commit comments