Skip to content

Commit

Permalink
Reorder fields to align with the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
svanharmelen committed Oct 14, 2024
1 parent 59e211b commit f1dc012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects.go
Original file line number Diff line number Diff line change
Expand Up @@ -1282,8 +1282,8 @@ type ProjectHook struct {
DeploymentEvents bool `json:"deployment_events"`
ReleasesEvents bool `json:"releases_events"`
EnableSSLVerification bool `json:"enable_ssl_verification"`
CreatedAt *time.Time `json:"created_at"`
AlertStatus string `json:"alert_status"`
CreatedAt *time.Time `json:"created_at"`
ResourceAccessTokenEvents bool `json:"resource_access_token_events"`
CustomWebhookTemplate string `json:"custom_webhook_template"`
CustomHeaders []*HookCustomHeader `json:"custom_headers"`
Expand Down

0 comments on commit f1dc012

Please sign in to comment.