Skip to content
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

Commit f1dc012

Browse files
committed
Reorder fields to align with the docs
1 parent 59e211b commit f1dc012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1282,8 +1282,8 @@ type ProjectHook struct {
12821282
DeploymentEvents bool `json:"deployment_events"`
12831283
ReleasesEvents bool `json:"releases_events"`
12841284
EnableSSLVerification bool `json:"enable_ssl_verification"`
1285-
CreatedAt *time.Time `json:"created_at"`
12861285
AlertStatus string `json:"alert_status"`
1286+
CreatedAt *time.Time `json:"created_at"`
12871287
ResourceAccessTokenEvents bool `json:"resource_access_token_events"`
12881288
CustomWebhookTemplate string `json:"custom_webhook_template"`
12891289
CustomHeaders []*HookCustomHeader `json:"custom_headers"`

0 commit comments

Comments
 (0)