Merge pull request #3 from HansBraun/master

Update resource_repository_webhook.go
This commit is contained in:
xvlcwk
2024-01-12 13:17:20 +01:00
committed by GitHub

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"`
}