Skip to content

Commit

Permalink
SCALRCORE-20119 Updates WebhooksList to accept name filter
Browse files Browse the repository at this point in the history
  • Loading branch information
pythad committed Jul 19, 2022
1 parent f27dff8 commit d8aef66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ type WebhookListOptions struct {
// Query string.
Query *string `url:"query,omitempty"`

Name *string `url:"query,omitempty"`

// The comma-separated list of attributes.
Sort *string `url:"sort,omitempty"`

Expand Down

0 comments on commit d8aef66

Please sign in to comment.