Skip to content

Commit

Permalink
refactor: swagger spec
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrMatsko committed Dec 5, 2024
1 parent 20738b5 commit fb66417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type FeatureFlags struct {
IsPlottingAvailable bool `json:"isPlottingAvailable" example:"true"`
IsSubscriptionToAllTagsAvailable bool `json:"isSubscriptionToAllTagsAvailable" example:"false"`
IsReadonlyEnabled bool `json:"isReadonlyEnabled" example:"false"`
CelebrationMode CelebrationMode `json:"celebrationMode" example:"new_year"`
CelebrationMode CelebrationMode `json:"celebrationMode" swaggertype:"string" example:"new_year"`
}

// CelebrationMode is type for celebrate Moira.
Expand Down

0 comments on commit fb66417

Please sign in to comment.