Ory.Model.SetCustomDomainBody
(ory_client v1.1.23)
Update Custom Hostname Body
@type t() :: %Ory.Model.SetCustomDomainBody{
cookie_domain: String.t() | nil,
cors_allowed_origins: [String.t()] | nil,
cors_enabled: boolean() | nil,
custom_ui_base_url: String.t() | nil,
hostname: String.t() | nil
}