Update Private label configuration
Stay organized with collections
Save and categorize content based on your preferences.
Version 4.0.25.14 (latest)
Update the private label configuration
This endpoint is deprecated. Set Setting should be used to update private label settings instead
Request
PUT
/whitelabel_configuration
Expand HTTP Body definition...
body
Private label configuration
Expand WhitelabelConfiguration definition...
logo_file
string
Customer logo image. Expected base64 encoded data (write-only)
logo_url
lock
string
Logo image url (read-only)
favicon_file
string
Custom favicon image. Expected base64 encoded data (write-only)
favicon_url
lock
string
Favicon image url (read-only)
default_title
string
Default page title
show_help_menu
boolean
Boolean to toggle showing help menus
show_docs
boolean
Boolean to toggle showing docs
show_email_sub_options
boolean
Boolean to toggle showing email subscription options.
allow_looker_mentions
boolean
Boolean to toggle mentions of Looker in emails
allow_looker_links
boolean
Boolean to toggle links to Looker in emails
custom_welcome_email_advanced
boolean
Allow subject line and email heading customization in customized emails”
setup_mentions
boolean
Remove the word Looker from appearing in the account setup page
alerts_logo
boolean
Remove Looker logo from Alerts
alerts_links
boolean
Remove Looker links from Alerts
folders_mentions
boolean
Remove Looker mentions in home folder page when you don’t have any items saved
Response
200: Private label configuration
logo_file
string
Customer logo image. Expected base64 encoded data (write-only)
logo_url
lock
string
Logo image url (read-only)
favicon_file
string
Custom favicon image. Expected base64 encoded data (write-only)
favicon_url
lock
string
Favicon image url (read-only)
default_title
string
Default page title
show_help_menu
boolean
Boolean to toggle showing help menus
show_docs
boolean
Boolean to toggle showing docs
show_email_sub_options
boolean
Boolean to toggle showing email subscription options.
allow_looker_mentions
boolean
Boolean to toggle mentions of Looker in emails
allow_looker_links
boolean
Boolean to toggle links to Looker in emails
custom_welcome_email_advanced
boolean
Allow subject line and email heading customization in customized emails”
setup_mentions
boolean
Remove the word Looker from appearing in the account setup page
alerts_logo
boolean
Remove Looker logo from Alerts
alerts_links
boolean
Remove Looker links from Alerts
folders_mentions
boolean
Remove Looker mentions in home folder page when you don’t have any items saved
400: Bad Request
message
lock
string
Error details
documentation_url
lock
string
Documentation link
404: Not Found
message
lock
string
Error details
documentation_url
lock
string
Documentation link
422: Validation Error
message
lock
string
Error details
Expand ValidationErrorDetail definition...
field
lock
string
Field with error
code
lock
string
Error code
message
lock
string
Error info message
documentation_url
lock
string
Documentation link
documentation_url
lock
string
Documentation link
429: Too Many Requests
message
lock
string
Error details
documentation_url
lock
string
Documentation link
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-20 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[],[],null,["# Update Private label configuration\n\nVersion 4.0.25.14 (latest)\n\n### Update the private label configuration\n\nThis endpoint is deprecated. [Set Setting](/looker/docs/reference/looker-api/latest/methods/Config/set_setting) should be used to update private label settings instead\n\nRequest\n-------\n\nPUT /whitelabel_configuration \nDatatype \nDescription \nRequest \nHTTP Request \nbody \nHTTP Body \nExpand HTTP Body definition... \nbody \n[WhitelabelConfiguration](/looker/docs/reference/looker-api/latest/types/WhitelabelConfiguration) \nPrivate label configuration\nExpand WhitelabelConfiguration definition... \nid \n*lock* \nstring \nUnique Id \nlogo_file \nstring \nCustomer logo image. Expected base64 encoded data (write-only) \nlogo_url \n*lock* \nstring \nLogo image url (read-only) \nfavicon_file \nstring \nCustom favicon image. Expected base64 encoded data (write-only) \nfavicon_url \n*lock* \nstring \nFavicon image url (read-only) \ndefault_title \nstring \nDefault page title \nshow_help_menu \nboolean \nBoolean to toggle showing help menus \nshow_docs \nboolean \nBoolean to toggle showing docs \nshow_email_sub_options \nboolean \nBoolean to toggle showing email subscription options. \nallow_looker_mentions \nboolean \nBoolean to toggle mentions of Looker in emails \nallow_looker_links \nboolean \nBoolean to toggle links to Looker in emails \ncustom_welcome_email_advanced \nboolean \nAllow subject line and email heading customization in customized emails\" \nsetup_mentions \nboolean \nRemove the word Looker from appearing in the account setup page \nalerts_logo \nboolean \nRemove Looker logo from Alerts \nalerts_links \nboolean \nRemove Looker links from Alerts \nfolders_mentions \nboolean \nRemove Looker mentions in home folder page when you don't have any items saved\n\nResponse\n--------\n\n### 200: Private label configuration\n\nDatatype \nDescription \n(object) \n[WhitelabelConfiguration](/looker/docs/reference/looker-api/latest/types/WhitelabelConfiguration) \nid \n*lock* \nstring \nUnique Id \nlogo_file \nstring \nCustomer logo image. Expected base64 encoded data (write-only) \nlogo_url \n*lock* \nstring \nLogo image url (read-only) \nfavicon_file \nstring \nCustom favicon image. Expected base64 encoded data (write-only) \nfavicon_url \n*lock* \nstring \nFavicon image url (read-only) \ndefault_title \nstring \nDefault page title \nshow_help_menu \nboolean \nBoolean to toggle showing help menus \nshow_docs \nboolean \nBoolean to toggle showing docs \nshow_email_sub_options \nboolean \nBoolean to toggle showing email subscription options. \nallow_looker_mentions \nboolean \nBoolean to toggle mentions of Looker in emails \nallow_looker_links \nboolean \nBoolean to toggle links to Looker in emails \ncustom_welcome_email_advanced \nboolean \nAllow subject line and email heading customization in customized emails\" \nsetup_mentions \nboolean \nRemove the word Looker from appearing in the account setup page \nalerts_logo \nboolean \nRemove Looker logo from Alerts \nalerts_links \nboolean \nRemove Looker links from Alerts \nfolders_mentions \nboolean \nRemove Looker mentions in home folder page when you don't have any items saved\n\n### 400: Bad Request\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 404: Not Found\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 422: Validation Error\n\nDatatype \nDescription \n(object) \n[ValidationError](/looker/docs/reference/looker-api/latest/types/ValidationError) \nmessage \n*lock* \nstring \nError details \nerrors \n[ValidationErrorDetail](/looker/docs/reference/looker-api/latest/types/ValidationErrorDetail)\\[\\] \nExpand ValidationErrorDetail definition... \nfield \n*lock* \nstring \nField with error \ncode \n*lock* \nstring \nError code \nmessage \n*lock* \nstring \nError info message \ndocumentation_url \n*lock* \nstring \nDocumentation link \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 429: Too Many Requests\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link"]]