We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a699743 commit 0908194Copy full SHA for 0908194
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:"perPage"`
+ PerPage int `url:"perPage,omitempty"`
32
PrevPageCursor string `url:"prev_page_cursor"`
33
NextPageCursor string `url:"next_page_cursor"`
34
}
0 commit comments