Skip to content

Commit

Permalink
Update webhooks.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mrashed-dev committed Aug 29, 2023
1 parent c91426e commit e04ec9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/webhooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export interface WebhookIpAddressesResponse {
*/
export interface CreateWebhookRequest {
/**
* Select the event that triggers the webhook.
* List of events that triggers the webhook.
*/
triggerTypes: WebhookTriggers[];
/**
Expand Down

0 comments on commit e04ec9c

Please sign in to comment.