Skip to content

Commit

Permalink
Merge pull request #1576 from r8ygun/master
Browse files Browse the repository at this point in the history
Add ID parameter to FeatureFlagStrategyOptions
  • Loading branch information
svanharmelen committed Nov 18, 2022
2 parents fce9772 + 677a0fa commit 710f287
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project_feature_flags.go
Expand Up @@ -137,6 +137,7 @@ type CreateProjectFeatureFlagOptions struct {
// Gitlab API docs:
// https://docs.gitlab.com/ee/api/feature_flags.html#create-a-feature-flag
type FeatureFlagStrategyOptions struct {
ID *int `url:"id,omitempty" json:"id,omitempty"`
Name *string `url:"name,omitempty" json:"name,omitempty"`
Parameters *ProjectFeatureFlagStrategyParameter `url:"parameters,omitempty" json:"parameters,omitempty"`
Scopes *[]*ProjectFeatureFlagScope `url:"scopes,omitempty" json:"scopes,omitempty"`
Expand Down

0 comments on commit 710f287

Please sign in to comment.