docs/classes/management.SDK.BrandingClient.html
_options_templates_themes_phone
get templates(): TemplatesClient
get themes(): ThemesClient
get phone(): PhoneClient
new BrandingClient(options: BaseClientOptions): BrandingClient
get(
requestOptions?: BrandingClient.RequestOptions,
): HttpResponsePromise<GetBrandingResponseContent>
Retrieve branding settings.
OptionalrequestOptions: BrandingClient.RequestOptionsRequest-specific configuration.
Management.TooManyRequestsError
await client.branding.get()Copy
update(
request?: UpdateBrandingRequestContent,
requestOptions?: BrandingClient.RequestOptions,
): HttpResponsePromise<UpdateBrandingResponseContent>
Update branding settings.
OptionalrequestOptions: BrandingClient.RequestOptionsRequest-specific configuration.
Management.TooManyRequestsError
await client.branding.update()Copy
Protected Readonly_options_options: NormalizedClientOptionsWithAuth<BaseClientOptions>
Protected_templates_templates: TemplatesClient | undefined
Protected_themes_themes: ThemesClient | undefined
Protected_phone_phone: PhoneClient | undefined
Member Visibility
ThemeOSLightDark
Accessors templatesthemesphone Constructors constructor Methods getupdate Properties _options_templates_themes_phone