Ory.Model.SetProjectBrandingThemeBody (ory_client v1.1.23)

Set Project Branding Theme Request Parameters

Link to this section Summary

Link to this section Types

@type t() :: %Ory.Model.SetProjectBrandingThemeBody{
  logo_type: String.t() | nil,
  logo_url: String.t() | nil,
  name: String.t() | nil,
  theme: Ory.Model.ProjectBrandingColors.t() | nil
}