Skip to content

Commit

Permalink
feat(api): add support of PATCH /configs default_locale attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
pandatix committed Jul 24, 2024
1 parent 79359a3 commit 18b2ea4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/configs.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ type PatchConfigsParams struct {
ThemeHeader *string `json:"theme_header,omitempty"`
ThemeSettings *string `json:"theme_settings,omitempty"`

// Localization

DefaultLocale *string `json:"default_locale,omitempty"`

// Accounts

DomainWhitelist *string `json:"domain_whitelist,omitempty"`
Expand Down

0 comments on commit 18b2ea4

Please sign in to comment.