Update resource_repository_webhook.go

This commit is contained in:
HansBraun
2022-12-14 19:32:33 +01:00
committed by GitHub
parent bd6992d6e0
commit 16a1b30ca1

View File

@@ -19,7 +19,7 @@ type Webhook struct {
CreatedDate jsonTime `json:"createdDate,omitempty"`
UpdatedDate jsonTime `json:"updatedDate,omitempty"`
URL string `json:"url,omitempty"`
Active bool `json:"active,omitempty"`
Active bool `json:"active"`
Events []interface{} `json:"events"`
Configuration WebhookConfiguration `json:"configuration"`
}