v1
latestOpenAPI 3.0.12026-07-26152262362.2 KBSettings
Update a custom theme
Updates the custom theme specified by the Id. Requires Cloud Analytics Admin permission.
patch/analytics/v1/settings/themes/{id}
Path parameters
idstring required
Custom theme ID
Request body
Example request
{
"primaryColor": "#1A73E8",
"colors": {
"light": [
"#1A73E8"
],
"dark": [
"#1A73E8"
]
}
}Response
OK - Custom theme updated.
Example response
{
"primaryColor": "#1A73E8",
"colors": {
"light": [
"#1A73E8"
],
"dark": [
"#1A73E8"
]
}
}