Update Private label configuration

Version 4.0.24.6 (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
Datatype
Description
Request
HTTP Request
body
HTTP Body
Expand HTTP Body definition...
body
Private label configuration
Expand WhitelabelConfiguration definition...
id
string
Unique Id
logo_file
string
Customer logo image. Expected base64 encoded data (write-only)
logo_url
string
Logo image url (read-only)
favicon_file
string
Custom favicon image. Expected base64 encoded data (write-only)
favicon_url
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

Datatype
Description
id
string
Unique Id
logo_file
string
Customer logo image. Expected base64 encoded data (write-only)
logo_url
string
Logo image url (read-only)
favicon_file
string
Custom favicon image. Expected base64 encoded data (write-only)
favicon_url
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

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

404: Not Found

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

422: Validation Error

Datatype
Description
(object)
message
string
Error details
Expand ValidationErrorDetail definition...
field
string
Field with error
code
string
Error code
message
string
Error info message
documentation_url
string
Documentation link
documentation_url
string
Documentation link

429: Too Many Requests

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link