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

Commit

Permalink
Tweak struct field tags
Browse files Browse the repository at this point in the history
  • Loading branch information
svanharmelen committed Aug 4, 2023
1 parent 81c2f1c commit 4a212a4
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 @@ -167,7 +167,7 @@ type Project struct {
MergeRequestDefaultTargetSelf bool `json:"mr_default_target_self"`

// Deprecated: Use EmailsEnabled instead
EmailsDisabled bool `url:"emails_disabled,omitempty" json:"emails_disabled,omitempty"`
EmailsDisabled bool `json:"emails_disabled"`
// Deprecated: This parameter has been renamed to PublicJobs in GitLab 9.0.
PublicBuilds bool `json:"public_builds"`
}
Expand Down

0 comments on commit 4a212a4

Please sign in to comment.